smjain commited on
Commit
19c1074
1 Parent(s): d5547f7

Upload infertest.py

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