Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -114,7 +114,7 @@ poc_examples = [
|
|
| 114 |
outputs = [gr.File(label="Results CSV file : ready for download", show_label=True)]
|
| 115 |
for i in range(max_output):
|
| 116 |
outputs.append(gr.Textbox(label=f"top{i+1} track name", show_label=True))
|
| 117 |
-
outputs.append(gr.Audio(label=f"top{i+1}", show_label=False
|
| 118 |
|
| 119 |
'''outputs = [gr.File(),
|
| 120 |
gr.Textbox(label="Track name 1"), gr.Audio(label="Track 1", show_label=False),
|
|
|
|
| 114 |
outputs = [gr.File(label="Results CSV file : ready for download", show_label=True)]
|
| 115 |
for i in range(max_output):
|
| 116 |
outputs.append(gr.Textbox(label=f"top{i+1} track name", show_label=True))
|
| 117 |
+
outputs.append(gr.Audio(label=f"top{i+1}", show_label=False))
|
| 118 |
|
| 119 |
'''outputs = [gr.File(),
|
| 120 |
gr.Textbox(label="Track name 1"), gr.Audio(label="Track 1", show_label=False),
|