Pujan-Dev commited on
Commit
abc9080
·
verified ·
1 Parent(s): 4e07f7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -121,9 +121,3 @@ async def health_check():
121
  def index():
122
  return {"message": "It's an API"}
123
 
124
-
125
- # Start the app (run with uvicorn)
126
- if __name__ == "__main__":
127
- import uvicorn
128
-
129
- uvicorn.run("main:app", host="0.0.0.0", port=8000, workers=4)
 
121
  def index():
122
  return {"message": "It's an API"}
123