MariaKaiser commited on
Commit
c7e1367
·
verified ·
1 Parent(s): ac044bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -453,6 +453,7 @@ async def run_tts_pipeline(task_id: str, story: StoryCreationDTO):
453
  }
454
 
455
  except Exception as e:
 
456
  tasks[task_id] = {
457
  "status": "failed",
458
  "error": str(e)
 
453
  }
454
 
455
  except Exception as e:
456
+ print(f"Exception caught at run tts pipeline {str(e)} and status is now failed")
457
  tasks[task_id] = {
458
  "status": "failed",
459
  "error": str(e)