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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -650,4 +650,5 @@ 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)
 
 
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
+