lalalic commited on
Commit
045c3d6
1 Parent(s): 79d1844

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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/*"]