reab5555 commited on
Commit
95ee51a
·
verified ·
1 Parent(s): 4494730

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -87,9 +87,9 @@ with gr.Blocks() as iface:
87
  # Add transcript output near the top
88
  execution_info_box = gr.Textbox(label="Transcript", value="N/A", lines=1)
89
  output_components.append(execution_info_box)
90
-
91
- for i in range(3): # Assuming maximum of 3 speakers
92
- with gr.Row():
93
  output_components.extend([
94
  gr.Markdown(visible=False),
95
  gr.Textbox(label="General Impression", visible=False),
 
87
  # Add transcript output near the top
88
  execution_info_box = gr.Textbox(label="Transcript", value="N/A", lines=1)
89
  output_components.append(execution_info_box)
90
+
91
+ with gr.Row():
92
+ for i in range(3): # Assuming maximum of 3 speakers
93
  output_components.extend([
94
  gr.Markdown(visible=False),
95
  gr.Textbox(label="General Impression", visible=False),