VikramSingh178 commited on
Commit
2b4f9c7
1 Parent(s): 21df623

chore: Update uvicorn host in endpoints.py

Browse files
Files changed (1) hide show
  1. api/endpoints.py +1 -1
api/endpoints.py CHANGED
@@ -52,4 +52,4 @@ def check_health():
52
 
53
 
54
 
55
- uvicorn.run(app, host='127.0.0.1', port=7860)
 
52
 
53
 
54
 
55
+ uvicorn.run(app, host='0.0.0.0', port=7860)