Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ if __name__ == '__main__':
|
|
60 |
outputs=[
|
61 |
gr.Textbox(label="Generated caption"),
|
62 |
gr.Button("Convert to Audio"),
|
63 |
-
gr.Audio(type="
|
64 |
],
|
65 |
live=True
|
66 |
)
|
|
|
60 |
outputs=[
|
61 |
gr.Textbox(label="Generated caption"),
|
62 |
gr.Button("Convert to Audio"),
|
63 |
+
gr.Audio(type="filepath", label="Generated Audio")
|
64 |
],
|
65 |
live=True
|
66 |
)
|