thechaiexperiment commited on
Commit
484270b
·
verified ·
1 Parent(s): 9b08b8e

Update app.py

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