imspsycho commited on
Commit
aafd12e
·
verified ·
1 Parent(s): 6fb7b50

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -577,4 +577,4 @@ async def responses_api(request: Request):
577
  # =========================================================
578
 
579
  if __name__ == "__main__":
580
- uvicorn.run(app, host="0.0.0.0", port=7860, debug=True)
 
577
  # =========================================================
578
 
579
  if __name__ == "__main__":
580
+ uvicorn.run(app, host="0.0.0.0", port=7860)