DinoPLayZ commited on
Commit
7df307b
·
verified ·
1 Parent(s): 42cb770

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -809,4 +809,5 @@ if __name__ == "__main__":
809
  else:
810
  # Default behavior: run FastAPI
811
  port = int(os.getenv("PORT", 7860))
812
- uvicorn.run(app, host="0.0.0.0", port=port, log_level="warning")
 
 
809
  else:
810
  # Default behavior: run FastAPI
811
  port = int(os.getenv("PORT", 7860))
812
+ uvicorn.run(app, host="0.0.0.0", port=port, log_level="warning")
813
+