AItool commited on
Commit
48b118f
·
verified ·
1 Parent(s): 23b834b

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -2
main.py CHANGED
@@ -16,7 +16,6 @@ def index():
16
 
17
 
18
  if __name__ == "__main__":
19
- import uvicorn
20
- uvicorn.run(app, host="0.0.0.0", port=int(os.environ.get("PORT", 7860)))
21
  # Correct way to launch
22
  serve()
 
16
 
17
 
18
  if __name__ == "__main__":
19
+
 
20
  # Correct way to launch
21
  serve()