imseldrith commited on
Commit
ae14d85
1 Parent(s): 1bea1a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,4 +82,4 @@ def api_text_to_speech():
82
  return jsonify({"error": "Failed to generate text-to-speech audio."}), 500
83
 
84
  if __name__ == '__main__':
85
- app.run(debug=True)
 
82
  return jsonify({"error": "Failed to generate text-to-speech audio."}), 500
83
 
84
  if __name__ == '__main__':
85
+ app.run(debug=True, port=7860, host="0.0.0.0")