Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -54,3 +54,5 @@ async def predict(question: str = Form(...), file: UploadFile = Form(...)):
|
|
54 |
|
55 |
except Exception as e:
|
56 |
return JSONResponse(content={"error": str(e)}, status_code=500)
|
|
|
|
|
|
54 |
|
55 |
except Exception as e:
|
56 |
return JSONResponse(content={"error": str(e)}, status_code=500)
|
57 |
+
|
58 |
+
|