Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,4 +2,4 @@ from registry.hf.space/lalalic-chattts:latest
|
|
2 |
|
3 |
USER root
|
4 |
|
5 |
-
CMD ["python", "launch.py", "--no_half"]
|
|
|
2 |
|
3 |
USER root
|
4 |
|
5 |
+
CMD ["python", "launch.py", "--no_half", "--exclude", "/v1/ssml/*,/v1/tts/*,/v1/text:synthesize/*,/v1/models/*,/v1/xtts_v2/*,/v1/prompt/*"]
|