Spaces:
Running
on
Zero
Running
on
Zero
update output to audios
Browse files
app.py
CHANGED
@@ -426,10 +426,10 @@ def button_conf():
|
|
426 |
|
427 |
|
428 |
def output_conf():
|
429 |
-
return gr.
|
430 |
label="Result",
|
431 |
file_count="multiple",
|
432 |
-
interactive=
|
433 |
)
|
434 |
|
435 |
|
|
|
426 |
|
427 |
|
428 |
def output_conf():
|
429 |
+
return gr.Audio(
|
430 |
label="Result",
|
431 |
file_count="multiple",
|
432 |
+
interactive=True,
|
433 |
)
|
434 |
|
435 |
|