Spaces:
Runtime error
Runtime error
Update workflow.py
Browse files- workflow.py +1 -0
workflow.py
CHANGED
|
@@ -235,3 +235,4 @@ class ResearchWorkflow:
|
|
| 235 |
except Exception as e:
|
| 236 |
logger.exception("Error during multi-modal enhancement.")
|
| 237 |
return self._error_state(f"Enhancement Error: {str(e)}")
|
|
|
|
|
|
| 235 |
except Exception as e:
|
| 236 |
logger.exception("Error during multi-modal enhancement.")
|
| 237 |
return self._error_state(f"Enhancement Error: {str(e)}")
|
| 238 |
+
|