Spaces:
Sleeping
Sleeping
apple muncy
commited on
Commit
Β·
20c3a9f
1
Parent(s):
c929d3c
app.app tp app.my_app
Browse filesSigned-off-by: apple muncy <[email protected]>
app.py
CHANGED
@@ -550,4 +550,4 @@ if __name__ == "__main__":
|
|
550 |
print("π Starting HF Tagging Bot...")
|
551 |
print("π Dashboard: http://localhost:7860/gradio")
|
552 |
print("π Webhook: http://localhost:7860/webhook")
|
553 |
-
uvicorn.run("app:
|
|
|
550 |
print("π Starting HF Tagging Bot...")
|
551 |
print("π Dashboard: http://localhost:7860/gradio")
|
552 |
print("π Webhook: http://localhost:7860/webhook")
|
553 |
+
uvicorn.run("app:my_app", host="0.0.0.0", port=7860, reload=True)
|