gordonchan commited on
Commit
7804982
1 Parent(s): 6887a00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,4 +129,4 @@ async def get_embeddings(request: EmbeddingRequest, credentials: HTTPAuthorizati
129
 
130
 
131
  if __name__ == "__main__":
132
- uvicorn.run("app:app", host='0.0.0.0', port=7860, workers=1)
 
129
 
130
 
131
  if __name__ == "__main__":
132
+ uvicorn.run("app:app", host='0.0.0.0', port=7860, workers=2)