applemuncy commited on
Commit
c71f220
Β·
verified Β·
1 Parent(s): b6d2317

app:app to app

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, reload=True)
 
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)