Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -99,7 +99,7 @@ iface = gr.Interface(
|
|
| 99 |
],
|
| 100 |
outputs=
|
| 101 |
[
|
| 102 |
-
gr.outputs.
|
| 103 |
gr.outputs.Audio(label="Primeros 6 segundos")
|
| 104 |
],
|
| 105 |
examples=
|
|
|
|
| 99 |
],
|
| 100 |
outputs=
|
| 101 |
[
|
| 102 |
+
gr.outputs.Textbox(label="Texto generado"),
|
| 103 |
gr.outputs.Audio(label="Primeros 6 segundos")
|
| 104 |
],
|
| 105 |
examples=
|