Spaces:
Sleeping
Sleeping
Commit ·
0367980
1
Parent(s): 3293398
fix
Browse files
app.py
CHANGED
|
@@ -9,6 +9,7 @@ from fastapi.responses import FileResponse
|
|
| 9 |
|
| 10 |
#curl -X POST -H "Content-Type: application/json" -d '{"message": "Hello ! How are you ?"}' https://micksoftware-vctk.hf.space/tts
|
| 11 |
|
|
|
|
| 12 |
|
| 13 |
# Charger le modèle TTS
|
| 14 |
MODEL_NAME = "tts_models/en/vctk/vits"
|
|
|
|
| 9 |
|
| 10 |
#curl -X POST -H "Content-Type: application/json" -d '{"message": "Hello ! How are you ?"}' https://micksoftware-vctk.hf.space/tts
|
| 11 |
|
| 12 |
+
print("Starting...")
|
| 13 |
|
| 14 |
# Charger le modèle TTS
|
| 15 |
MODEL_NAME = "tts_models/en/vctk/vits"
|