MarcosFRGames commited on
Commit
c6577ef
·
verified ·
1 Parent(s): 6fb6fd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -401,4 +401,4 @@ def get_model_status(model_name):
401
  })
402
 
403
  if __name__ == '__main__':
404
- app.run(host='0.0.0.0', port=7860, debug=False)
 
401
  })
402
 
403
  if __name__ == '__main__':
404
+ app.run(host='0.0.0.0', port=7860, debug=False, threaded=True)