Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -193,3 +193,4 @@ async def bulk_analyze(data: BulkReviewInput, token: str = Query(None)):
|
|
193 |
except Exception as e:
|
194 |
logging.error(f"🔥 Bulk processing failed: {traceback.format_exc()}")
|
195 |
raise HTTPException(status_code=500, detail="Failed to analyze bulk reviews")
|
|
|
|
193 |
except Exception as e:
|
194 |
logging.error(f"🔥 Bulk processing failed: {traceback.format_exc()}")
|
195 |
raise HTTPException(status_code=500, detail="Failed to analyze bulk reviews")
|
196 |
+
|