BasselAhmed commited on
Commit
4fc9e12
·
verified ·
1 Parent(s): 1af1b4d

Update fastapi_app.py

Browse files
Files changed (1) hide show
  1. 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