thechaiexperiment commited on
Commit
bd8dbdd
·
1 Parent(s): 4e066ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -648,4 +648,5 @@ if not init_success:
648
  # For running locally
649
  if __name__ == "__main__":
650
  import uvicorn
651
- uvicorn.run(app, host="0.0.0.0", port=7860)
 
 
648
  # For running locally
649
  if __name__ == "__main__":
650
  import uvicorn
651
+ uvicorn.run(app, host="0.0.0.0", port=7860)
652
+