applemuncy commited on
Commit
a19019c
Β·
verified Β·
1 Parent(s): 22291a8

log_level="info"

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", host="0.0.0.0", port=7860, reload=True)
 
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="info" )