Curinha commited on
Commit
b40961b
·
1 Parent(s): e1b46cf

Remove redundant worker configuration in uvicorn run command

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,4 +91,4 @@ def home(request: Request):
91
 
92
 
93
  if __name__ == "__main__":
94
- uvicorn.run(app, host="0.0.0.0", port=7860, workers=2)
 
91
 
92
 
93
  if __name__ == "__main__":
94
+ uvicorn.run(app, host="0.0.0.0", port=7860)