Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files
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__":
|