reab5555 commited on
Commit
f433bfa
·
verified ·
1 Parent(s): e9d3a59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ with gr.Blocks() as iface:
88
  execution_info_box = gr.Textbox(label="Execution Information", value="N/A", lines=1)
89
  output_components.append(execution_info_box)
90
 
91
- for _ in range(3): # Assuming maximum of 3 speakers
92
  output_components.extend([
93
  gr.Markdown(visible=False),
94
  gr.Textbox(label="General Impression", visible=False),
 
88
  execution_info_box = gr.Textbox(label="Execution Information", value="N/A", lines=1)
89
  output_components.append(execution_info_box)
90
 
91
+ for _ in range(1): # Assuming maximum of 3 speakers
92
  output_components.extend([
93
  gr.Markdown(visible=False),
94
  gr.Textbox(label="General Impression", visible=False),