sca255 commited on
Commit
cbcb764
·
verified ·
1 Parent(s): 15bdf4b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,4 +12,4 @@ WORKDIR /app/SillyTavern-extras
12
 
13
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
14
 
15
- CMD ["python","server.py","--enable-modules=caption,summarize,classify,talkinghead,whisper-stt","--listen","--port","7860","--stt-whisper-model-path=medium"]
 
12
 
13
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
14
 
15
+ CMD ["python","server.py","--enable-modules=caption,summarize,classify,talkinghead,whisper-stt","--listen","--port","7860","--stt-whisper-model-path=small"]