apple muncy commited on
Commit
20c3a9f
Β·
1 Parent(s): c929d3c

app.app tp app.my_app

Browse files

Signed-off-by: apple muncy <[email protected]>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -550,4 +550,4 @@ if __name__ == "__main__":
550
  print("πŸš€ Starting HF Tagging Bot...")
551
  print("πŸ“Š Dashboard: http://localhost:7860/gradio")
552
  print("πŸ”— Webhook: http://localhost:7860/webhook")
553
- uvicorn.run("app:app", host="0.0.0.0", port=7860, reload=True)
 
550
  print("πŸš€ Starting HF Tagging Bot...")
551
  print("πŸ“Š Dashboard: http://localhost:7860/gradio")
552
  print("πŸ”— Webhook: http://localhost:7860/webhook")
553
+ uvicorn.run("app:my_app", host="0.0.0.0", port=7860, reload=True)