muryshev commited on
Commit
c58dc64
·
2 Parent(s): 95d41b3 3e50d91

Merge branch 'main' of hf.co:spaces/muryshev/generic-chatbot-backend

Browse files
Files changed (1) hide show
  1. main.py +3 -3
main.py CHANGED
@@ -77,7 +77,7 @@ if __name__ == "__main__":
77
  uvicorn.run(
78
  "main:app",
79
  host="localhost",
80
- port=8885,
81
- reload=True,
82
- workers=1
83
  )
 
77
  uvicorn.run(
78
  "main:app",
79
  host="localhost",
80
+ port=7860,
81
+ reload=False,
82
+ workers=4
83
  )