meandyou200175 commited on
Commit
058035a
1 Parent(s): d73a2d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,8 +27,8 @@ def speak(text):
27
  return 16_000, y
28
 
29
 
30
- title = "vietTTS"
31
- description = "A vietnamese text-to-speech demo"
32
 
33
  gr.Interface(
34
  fn=speak,
 
27
  return 16_000, y
28
 
29
 
30
+ title = "tacotron2"
31
+ description = "text-to-speech demo"
32
 
33
  gr.Interface(
34
  fn=speak,