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

change uvicorn to 8000

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