EinsteinCoder commited on
Commit
5080028
·
1 Parent(s): eac1fcd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -135,4 +135,5 @@ def index():
135
  return """Flask Server running with Twilio Voice & ChatGPT integrated with Salesforce for Case Creation. Call +1-320-313-9061 to talk to the AI Voice Bot."""
136
 
137
  if __name__ == '__main__':
138
- app.run(debug=False,host='localhost',port=5050)
 
 
135
  return """Flask Server running with Twilio Voice & ChatGPT integrated with Salesforce for Case Creation. Call +1-320-313-9061 to talk to the AI Voice Bot."""
136
 
137
  if __name__ == '__main__':
138
+ app.run(debug=False,host='0.0.0.0,port=5050)
139
+ uvicorn.run(app,host='0.0.0.0', port=5050)