smjain commited on
Commit
14077ac
1 Parent(s): 531dc6f

Upload infertest.py

Browse files
Files changed (1) hide show
  1. infertest.py +1 -1
infertest.py CHANGED
@@ -514,4 +514,4 @@ def download_and_extract_models(urls):
514
  logs.append("Successfully download all models! Refresh your model list to load the model")
515
  yield "\n".join(logs)
516
  if __name__ == '__main__':
517
- app.run(debug=True, port=5000)
 
514
  logs.append("Successfully download all models! Refresh your model list to load the model")
515
  yield "\n".join(logs)
516
  if __name__ == '__main__':
517
+ app.run(debug=True, port=5000,host='0.0.0.0')