Spaces:
Build error
Build error
j
commited on
Commit
·
019bf10
1
Parent(s):
145dca8
output -> outputs
Browse files
app.py
CHANGED
|
@@ -79,7 +79,7 @@ webapp = gr.Interface(
|
|
| 79 |
)
|
| 80 |
],
|
| 81 |
|
| 82 |
-
|
| 83 |
)
|
| 84 |
|
| 85 |
webapp.queue()
|
|
|
|
| 79 |
)
|
| 80 |
],
|
| 81 |
|
| 82 |
+
outputs = gr.Audio(label="Audio Output", type="filepath", format="wav", elem_id="audio")
|
| 83 |
)
|
| 84 |
|
| 85 |
webapp.queue()
|