thechaiexperiment commited on
Commit
8f161d0
·
verified ·
1 Parent(s): 98c07df

Update app.py

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