dfa32412 commited on
Commit
8579126
·
verified ·
1 Parent(s): c6371f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -768,7 +768,7 @@ def main():
768
  uvicorn.run(
769
  app,
770
  host=args.host,
771
- port=7860,
772
  log_level="info" if not args.debug else "debug"
773
  )
774
 
 
768
  uvicorn.run(
769
  app,
770
  host=args.host,
771
+ port=3000,
772
  log_level="info" if not args.debug else "debug"
773
  )
774