Partha11 commited on
Commit
9ff89a2
·
1 Parent(s): 331cd21

updated config

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,6 +3,6 @@ import uvicorn
3
  if __name__ == "__main__":
4
  uvicorn.run(
5
  app="src.main:api",
6
- host="0.0.0.0",
7
- workers=3
8
  )
 
3
  if __name__ == "__main__":
4
  uvicorn.run(
5
  app="src.main:api",
6
+ port="10003",
7
+ log_level='info'
8
  )