Spaces:
Sleeping
Sleeping
apple muncy
commited on
Commit
Β·
468e18e
1
Parent(s):
fb6d0f1
change uvicorn to 8000
Browse filesSigned-off-by: apple muncy <[email protected]>
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=
|
|
|
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)
|