Zhofang commited on
Commit
044e9bd
1 Parent(s): 66edcd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,4 +72,4 @@ Domain Cached Hit: {cache_hits}
72
  return stats
73
 
74
  if __name__ == '__main__':
75
- app.run(debug=True, port=7860)
 
72
  return stats
73
 
74
  if __name__ == '__main__':
75
+ app.run(debug=True, threaded=True, host="0.0.0.0", port=7860)