Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ demo = gr.Interface(
|
|
| 34 |
outputs=[
|
| 35 |
gr.Textbox(label="Generated caption"),
|
| 36 |
gr.Button("Convert to Audio"),
|
| 37 |
-
gr.Audio(type="
|
| 38 |
],
|
| 39 |
live=True
|
| 40 |
)
|
|
|
|
| 34 |
outputs=[
|
| 35 |
gr.Textbox(label="Generated caption"),
|
| 36 |
gr.Button("Convert to Audio"),
|
| 37 |
+
gr.Audio(type="filepath", label="Generated Audio")
|
| 38 |
],
|
| 39 |
live=True
|
| 40 |
)
|