burtenshaw commited on
Commit
784acd7
Β·
1 Parent(s): c902a3f

fix server

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("server:app", host="0.0.0.0", port=7860, reload=True)
 
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)