EinsteinCoder commited on
Commit
15f87d6
·
verified ·
1 Parent(s): ca0efdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -111,5 +111,5 @@ def create_chat_completion():
111
 
112
  if __name__ == "__main__":
113
  #app.run(debug=False)
114
- app.run(debug=False,host='0.0.0.0',port=8050)
115
- uvicorn.run(app,host='0.0.0.0', port=8050)
 
111
 
112
  if __name__ == "__main__":
113
  #app.run(debug=False)
114
+ app.run(debug=False,host='0.0.0.0',port=5075)
115
+ uvicorn.run(app,host='0.0.0.0', port=5075)