Update app.py
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ def run_fintalk(topic_text):
|
|
| 21 |
|
| 22 |
# TTS (async)
|
| 23 |
try:
|
| 24 |
-
|
| 25 |
except Exception as e:
|
| 26 |
print("TTS hatası:", e)
|
| 27 |
|
|
|
|
| 21 |
|
| 22 |
# TTS (async)
|
| 23 |
try:
|
| 24 |
+
generate_tts_files(result)
|
| 25 |
except Exception as e:
|
| 26 |
print("TTS hatası:", e)
|
| 27 |
|