thechaiexperiment commited on
Commit
f1db6fb
·
verified ·
1 Parent(s): fdec0fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -650,5 +650,4 @@ if not init_success:
650
  print("Warning: Application initialized with partial functionality")
651
  if __name__ == "__main__":
652
  import uvicorn
653
- uvicorn.run(app, host="0.0.0.0", port=7860)
654
-
 
650
  print("Warning: Application initialized with partial functionality")
651
  if __name__ == "__main__":
652
  import uvicorn
653
+ uvicorn.run(app, host="0.0.0.0", port=7860)