EinsteinCoder commited on
Commit
8bce72a
·
verified ·
1 Parent(s): 10fafd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -110,4 +110,6 @@ def create_chat_completion():
110
 
111
 
112
  if __name__ == "__main__":
113
- app.run(debug=False)
 
 
 
110
 
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)