applemuncy commited on
Commit
2cf9a78
Β·
verified Β·
1 Parent(s): 3a8a6fb

log_level=debug

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( "main:app", host="0.0.0.0", port=7860 , log_level="info" )
 
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" )