hhguo commited on
Commit
1ed7dcd
·
1 Parent(s): ffbecfe
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ iface = gr.Interface(
51
  ],
52
  outputs=gr.Audio(label="Generated audio"),
53
  title="TTS Demo",
54
- description="Enter some text and listen to the generated speech."
55
  )
56
 
57
  if __name__ == "__main__":
 
51
  ],
52
  outputs=gr.Audio(label="Generated audio"),
53
  title="TTS Demo",
54
+ # description="Enter some text and listen to the generated speech."
55
  )
56
 
57
  if __name__ == "__main__":