AnyaSchen commited on
Commit
b67cb1c
·
1 Parent(s): 9c17134

fix: use large-v3-turbo model

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -48,4 +48,4 @@ ENV CUDNN_PATH=/usr/lib/x86_64-linux-gnu/libcudnn.so
48
  EXPOSE 7860
49
 
50
  # Run the server using main.py
51
- CMD ["python3", "main.py", "--host", "0.0.0.0", "--port", "7860", "--model", "base", "--backend", "faster-whisper", "--task", "transcribe"]
 
48
  EXPOSE 7860
49
 
50
  # Run the server using main.py
51
+ CMD ["python3", "main.py", "--host", "0.0.0.0", "--port", "7860", "--model", "large-v3-turbo", "--backend", "faster-whisper", "--task", "transcribe"]