Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def text_to_speech(text):
|
|
36 |
demo = gr.Interface(
|
37 |
text_to_speech,
|
38 |
gr.Textbox(label="Text to narrate"),
|
39 |
-
gr.Audio(label="Narrated audio"
|
40 |
title="Text-to-Speech",
|
41 |
description="Enter text to generate audio narration",
|
42 |
)
|
|
|
36 |
demo = gr.Interface(
|
37 |
text_to_speech,
|
38 |
gr.Textbox(label="Text to narrate"),
|
39 |
+
gr.Audio(label="Narrated audio"),
|
40 |
title="Text-to-Speech",
|
41 |
description="Enter text to generate audio narration",
|
42 |
)
|