Spaces:
Running
Running
burtenshaw
commited on
Commit
Β·
571cc8c
1
Parent(s):
b750fb8
stop app
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ RECOGNIZED_TAGS = {
|
|
41 |
"text-to-image",
|
42 |
"image-classification",
|
43 |
"object-detection",
|
44 |
-
"
|
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)
|