Spaces:
Sleeping
Sleeping
Update app/gradio_app.py
Browse files- app/gradio_app.py +1 -0
app/gradio_app.py
CHANGED
|
@@ -293,6 +293,7 @@ def build_demo():
|
|
| 293 |
|
| 294 |
# 4) TTS
|
| 295 |
new_tts = tts_synthesize(bot_text)
|
|
|
|
| 296 |
log("tts_out:", new_tts, os.path.exists(new_tts) if new_tts else None)
|
| 297 |
|
| 298 |
# 5) Update voice transcript chat (text)
|
|
|
|
| 293 |
|
| 294 |
# 4) TTS
|
| 295 |
new_tts = tts_synthesize(bot_text)
|
| 296 |
+
print("[VOICE][HF] bot_text len=", len(bot_text), " new_tts=", new_tts, " exists=", (os.path.exists(new_tts) if new_tts else None))
|
| 297 |
log("tts_out:", new_tts, os.path.exists(new_tts) if new_tts else None)
|
| 298 |
|
| 299 |
# 5) Update voice transcript chat (text)
|