Guilherme34 commited on
Commit
ae0d458
1 Parent(s): 93a6d69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,4 +34,4 @@ def chat_completions():
34
  })
35
 
36
  if __name__ == '__main__':
37
- app.run()
 
34
  })
35
 
36
  if __name__ == '__main__':
37
+ app.run(host="0.0.0.0", port=7860)