PierreHanna commited on
Commit
35eef18
·
verified ·
1 Parent(s): 6b19c61

Update app.py

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