Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -107,7 +107,7 @@ poc_examples = [
|
|
| 107 |
["90 eurodance beat","en"],
|
| 108 |
]
|
| 109 |
|
| 110 |
-
outputs = [gr.File(label="Results CSV file ready to download"
|
| 111 |
for i in range(max_output):
|
| 112 |
outputs.append(gr.Textbox(label=f"top{i+1} track name", show_label=True))
|
| 113 |
outputs.append(gr.Audio(label=f"top{i+1}", show_label=False))
|
|
|
|
| 107 |
["90 eurodance beat","en"],
|
| 108 |
]
|
| 109 |
|
| 110 |
+
outputs = [gr.File(label="Results CSV file ready to download", show_label=True)]
|
| 111 |
for i in range(max_output):
|
| 112 |
outputs.append(gr.Textbox(label=f"top{i+1} track name", show_label=True))
|
| 113 |
outputs.append(gr.Audio(label=f"top{i+1}", show_label=False))
|