Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,4 +5,6 @@ os.system ("mkdir models")
|
|
5 |
os.system ("mkdir models/haruka")
|
6 |
os.system ("unzip VT-TTS_Haruka_rmvpe_250epoch.zip -d models/haruka")
|
7 |
os.system ("pip install xtts_api_server")
|
|
|
|
|
8 |
os.system ("python -m xtts_api_server -mf models --port 7860 -hs 0.0.0.0 -t https://sca255-xttsanime.hf.space")
|
|
|
5 |
os.system ("mkdir models/haruka")
|
6 |
os.system ("unzip VT-TTS_Haruka_rmvpe_250epoch.zip -d models/haruka")
|
7 |
os.system ("pip install xtts_api_server")
|
8 |
+
os.system ("mkdir speakers")
|
9 |
+
os.system("wget https://files.catbox.moe/2rx2fj.wav -O speakers/special_week.wav")
|
10 |
os.system ("python -m xtts_api_server -mf models --port 7860 -hs 0.0.0.0 -t https://sca255-xttsanime.hf.space")
|