Leonydis137 commited on
Commit
d082124
·
verified ·
1 Parent(s): 20c64a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -118,8 +118,3 @@ app.add_middleware(
118
  allow_methods=["*"],
119
  allow_headers=["*"],
120
  )
121
-
122
- # ---------------- Run ----------------
123
- if __name__ == "__main__":
124
- import uvicorn
125
- uvicorn.run(app, host="0.0.0.0", port=7860)
 
118
  allow_methods=["*"],
119
  allow_headers=["*"],
120
  )