Fetii commited on
Commit
4ad6152
·
verified ·
1 Parent(s): 820ac49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def run_fintalk(topic_text):
21
 
22
  # TTS (async)
23
  try:
24
- asyncio.run(generate_tts_files(result))
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