burtenshaw commited on
Commit
571cc8c
Β·
1 Parent(s): b750fb8
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -41,7 +41,7 @@ RECOGNIZED_TAGS = {
41
  "text-to-image",
42
  "image-classification",
43
  "object-detection",
44
- "conversational",
45
  "fill-mask",
46
  "token-classification",
47
  "translation",
@@ -519,4 +519,4 @@ if __name__ == "__main__":
519
  print("πŸš€ Starting HF Tagging Bot...")
520
  print("πŸ“Š Dashboard: http://localhost:7860/gradio")
521
  print("πŸ”— Webhook: http://localhost:7860/webhook")
522
- uvicorn.run("app:app", host="0.0.0.0", port=7860, reload=True)
 
41
  "text-to-image",
42
  "image-classification",
43
  "object-detection",
44
+ " ",
45
  "fill-mask",
46
  "token-classification",
47
  "translation",
 
519
  print("πŸš€ Starting HF Tagging Bot...")
520
  print("πŸ“Š Dashboard: http://localhost:7860/gradio")
521
  print("πŸ”— Webhook: http://localhost:7860/webhook")
522
+ # uvicorn.run("app:app", host="0.0.0.0", port=7860, reload=True)