Spaces:
Running
Running
Update dl.py
Browse files
dl.py
CHANGED
@@ -261,9 +261,7 @@ with gr.Blocks() as build:
|
|
261 |
print(f_ist)
|
262 |
for ea in f_ist:
|
263 |
outp = gr.Button("ea")
|
264 |
-
|
265 |
-
children = test_col.children
|
266 |
-
return gr.Row.update(children=children.append(gr.Audio()))
|
267 |
|
268 |
|
269 |
|
|
|
261 |
print(f_ist)
|
262 |
for ea in f_ist:
|
263 |
outp = gr.Button("ea")
|
264 |
+
return gr.update(test_col.append(gr.Audio()))
|
|
|
|
|
265 |
|
266 |
|
267 |
|