apple muncy commited on
Commit
0199c20
Β·
1 Parent(s): 468e18e

change to reload=False

Browse files

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

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