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