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