Spaces:
Running
Running
imseldrith
commited on
Commit
•
10c8772
1
Parent(s):
40ce1fb
Update startup.sh
Browse files- startup.sh +1 -1
startup.sh
CHANGED
@@ -7,4 +7,4 @@ echo "First startup may download 2GB of speech models. Please wait."
|
|
7 |
bash download_voices_tts-1.sh
|
8 |
bash download_voices_tts-1-hd.sh $PRELOAD_MODEL
|
9 |
|
10 |
-
python speech.py ${PRELOAD_MODEL:+--preload $PRELOAD_MODEL} $EXTRA_ARGS $@
|
|
|
7 |
bash download_voices_tts-1.sh
|
8 |
bash download_voices_tts-1-hd.sh $PRELOAD_MODEL
|
9 |
|
10 |
+
python speech.py ${PRELOAD_MODEL:+--preload $PRELOAD_MODEL} $EXTRA_ARGS $@ -P 7860
|