AdarshJi commited on
Commit
42dbd74
·
verified ·
1 Parent(s): 04ca830

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -233,9 +233,4 @@ async def health_check():
233
  """
234
  return {"status": "ok"}
235
 
236
- # --- Run the App Using Hypercorn ---
237
- if __name__ == "__main__":
238
- config = hypercorn.config.Config()
239
- config.bind = ["0.0.0.0:8000"]
240
- asyncio.run(hypercorn.asyncio.serve(app, config))
241
 
 
233
  """
234
  return {"status": "ok"}
235
 
 
 
 
 
 
236