Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
92 |
-
|
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),
|