binqiangliu commited on
Commit
22a0a6b
·
1 Parent(s): ccbda2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -79,4 +79,5 @@ def chat():
79
  if __name__ == '__main__':
80
  #app.run(host='0.0.0.0', port=port)
81
  #app.run(host='0.0.0.0')
82
- uvicorn.run(app, host='0.0.0.0')
 
 
79
  if __name__ == '__main__':
80
  #app.run(host='0.0.0.0', port=port)
81
  #app.run(host='0.0.0.0')
82
+ #uvicorn.run(app, host='0.0.0.0')
83
+ gunicorn.run(app, host='0.0.0.0')