lalalic commited on
Commit
2251440
·
verified ·
1 Parent(s): d595bbf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,5 +154,5 @@ def hello():
154
  return "hello xtts"
155
 
156
  if __name__ == '__main__':
157
- app.run(debug=True)
158
 
 
154
  return "hello xtts"
155
 
156
  if __name__ == '__main__':
157
+ app.run(host="0.0.0.0", port=5000)
158