Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -69,4 +69,5 @@ async def generate_article_eng(request: ArticleRequesteng):
|
|
| 69 |
raise http_exc
|
| 70 |
except Exception as e:
|
| 71 |
logger.error(f"Unhandled Exception: {str(e)}")
|
| 72 |
-
raise HTTPException(status_code=500, detail="An internal server error occurred")
|
|
|
|
|
|
| 69 |
raise http_exc
|
| 70 |
except Exception as e:
|
| 71 |
logger.error(f"Unhandled Exception: {str(e)}")
|
| 72 |
+
raise HTTPException(status_code=500, detail="An internal server error occurred")
|
| 73 |
+
|