WillemVH commited on
Commit
1c7cfeb
·
verified ·
1 Parent(s): 4af72f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def home():
31
  @app.route('/speak')
32
  def speak():
33
  text = request.args.get('input', '')
34
- voice = request.args.get('voice', 'mb-ee1') # Default: MBROLA English
35
 
36
  if not text:
37
  return "Error: Add ?input=Your+Text to the URL", 400
 
31
  @app.route('/speak')
32
  def speak():
33
  text = request.args.get('input', '')
34
+ voice = request.args.get('voice', 'mb-en1') # Default: MBROLA English
35
 
36
  if not text:
37
  return "Error: Add ?input=Your+Text to the URL", 400