Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ gr.Interface(
|
|
60 |
gr.Text(label="Input Text"),
|
61 |
],
|
62 |
outputs=[
|
63 |
-
|
64 |
],
|
65 |
|
66 |
).launch()
|
|
|
60 |
gr.Text(label="Input Text"),
|
61 |
],
|
62 |
outputs=[
|
63 |
+
gr.Audio(label="Generated Speech", type="auto"),
|
64 |
],
|
65 |
|
66 |
).launch()
|