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