MariaKaiser commited on
Commit
4234f24
·
verified ·
1 Parent(s): 94cea23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -567,6 +567,7 @@ async def run_tts_pipeline(task_id: str, story: StoryCreationDTO):
567
  }
568
 
569
  except Exception as e:
 
570
  tasks[task_id] = {
571
  "status": "failed",
572
  "error": str(e)
 
567
  }
568
 
569
  except Exception as e:
570
+ print(f"exception caught at run tts pipeline {str(e)}")
571
  tasks[task_id] = {
572
  "status": "failed",
573
  "error": str(e)