PierreHanna commited on
Commit
fd1f1fb
·
verified ·
1 Parent(s): 5c465f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"), 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))
 
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))