applemuncy commited on
Commit
3458ce7
Β·
verified Β·
1 Parent(s): e231cc6

back to 7860

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -519,7 +519,7 @@ gradio_app = create_gradio_app()
519
 
520
  if __name__ == "__main__":
521
  print("πŸš€ Starting HF Tagging Bot...")
522
- print("πŸ“Š Dashboard: http://localhost:8000/gradio")
523
- print("πŸ”— Webhook: http://localhost:8000/webhook")
524
  app = gr.mount_gradio_app(app, gradio_app, path="/gradio")
525
  # uvicorn.run("app:app", host="0.0.0.0", port=7860, reload=True)
 
519
 
520
  if __name__ == "__main__":
521
  print("πŸš€ Starting HF Tagging Bot...")
522
+ print("πŸ“Š Dashboard: http://localhost:7860/gradio")
523
+ print("πŸ”— Webhook: http://localhost:7860webhook")
524
  app = gr.mount_gradio_app(app, gradio_app, path="/gradio")
525
  # uvicorn.run("app:app", host="0.0.0.0", port=7860, reload=True)