Spaces:
Sleeping
Sleeping
Update fastapi_app.py
Browse files- fastapi_app.py +0 -2
fastapi_app.py
CHANGED
|
@@ -31,5 +31,3 @@ async def c(query:Query):
|
|
| 31 |
except Exception as e:
|
| 32 |
raise HTTPException(detail = str(e) , status_code = 500)
|
| 33 |
|
| 34 |
-
if __name__ == "__main__":
|
| 35 |
-
uvicorn.run(app, host="0.0.0.0", port=9999)
|
|
|
|
| 31 |
except Exception as e:
|
| 32 |
raise HTTPException(detail = str(e) , status_code = 500)
|
| 33 |
|
|
|
|
|
|