Kwasiasomani commited on
Commit
6d42868
1 Parent(s): 3375270

Update API_app.py

Browse files
Files changed (1) hide show
  1. API_app.py +1 -1
API_app.py CHANGED
@@ -93,4 +93,4 @@ async def prediction(input:model_input):
93
 
94
  # Launch the app
95
  if __name__ == "__main__":
96
- uvicorn.run("API_app:app",host = '127.0.0.1', port = 7860)
 
93
 
94
  # Launch the app
95
  if __name__ == "__main__":
96
+ uvicorn.run("API_app:app",host = '0.0.0.0', port = 7860)