muryshev commited on
Commit
3a07988
1 Parent(s): 8e3d213

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,4 +49,4 @@ def search_route():
49
  return Response(generate(prompt), content_type='text/plain', status=200, direct_passthrough=True)
50
 
51
  if __name__ == '__main__':
52
- app.run(debug=False, host='0.0.0.0', port=7860, threaded=False)
 
49
  return Response(generate(prompt), content_type='text/plain', status=200, direct_passthrough=True)
50
 
51
  if __name__ == '__main__':
52
+ app.run(debug=False, host='0.0.0.0', port=7860)