Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|