binqiangliu commited on
Commit
c930875
·
1 Parent(s): e6db4b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -58,5 +58,5 @@ def chat():
58
  #st.write(initial_response)
59
  return jsonify({'response': initial_response})
60
 
61
- if __name__ == "__main__":
62
- uvicorn.run(app, host='0.0.0.0', port=5000)
 
58
  #st.write(initial_response)
59
  return jsonify({'response': initial_response})
60
 
61
+ #if __name__ == "__main__":
62
+ # uvicorn.run(app, host='0.0.0.0', port=5000)