applemuncy commited on
Commit
108bf1c
Β·
verified Β·
1 Parent(s): 2cf9a78

uvicorn port 8000

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -522,4 +522,4 @@ if __name__ == "__main__":
522
  print("πŸ“Š Dashboard: http://localhost:7860/gradio")
523
  print("πŸ”— Webhook: http://localhost:7860/webhook")
524
 
525
- uvicorn.run( "app:app", host="0.0.0.0", port=7860 , log_level="debug" )
 
522
  print("πŸ“Š Dashboard: http://localhost:7860/gradio")
523
  print("πŸ”— Webhook: http://localhost:7860/webhook")
524
 
525
+ uvicorn.run( "app:app", host="0.0.0.0", port=8000 , log_level="debug" )