Spaces:
Running
Running
burtenshaw
commited on
Commit
Β·
784acd7
1
Parent(s):
c902a3f
fix server
Browse files
app.py
CHANGED
@@ -189,4 +189,4 @@ if __name__ == "__main__":
|
|
189 |
print("π Starting HF Discussion Bot with Tiny Agents...")
|
190 |
print("π Dashboard: http://localhost:7860/gradio")
|
191 |
print("π Webhook: http://localhost:7860/webhook")
|
192 |
-
uvicorn.run("
|
|
|
189 |
print("π Starting HF Discussion Bot with Tiny Agents...")
|
190 |
print("π Dashboard: http://localhost:7860/gradio")
|
191 |
print("π Webhook: http://localhost:7860/webhook")
|
192 |
+
uvicorn.run("app:app", host="0.0.0.0", port=7860, reload=True)
|