thechaiexperiment commited on
Commit
f37cde7
·
verified ·
1 Parent(s): 9a57ee7

Update app.py

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