Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,6 @@ with gr.Blocks() as iface:
|
|
101 |
|
102 |
# Create output components
|
103 |
output_components = []
|
104 |
-
|
105 |
# Add transcript output near the top
|
106 |
execution_box = gr.Textbox(label="Execution Info", value="N/A", lines=1)
|
107 |
output_components.append(execution_box)
|
@@ -132,10 +131,10 @@ with gr.Blocks() as iface:
|
|
132 |
gr.Plot(visible=False),
|
133 |
gr.Textbox(label="Personality Disorders Explanation", visible=False)]
|
134 |
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
|
140 |
analyze_button.click(
|
141 |
fn=analyze_video,
|
|
|
101 |
|
102 |
# Create output components
|
103 |
output_components = []
|
|
|
104 |
# Add transcript output near the top
|
105 |
execution_box = gr.Textbox(label="Execution Info", value="N/A", lines=1)
|
106 |
output_components.append(execution_box)
|
|
|
131 |
gr.Plot(visible=False),
|
132 |
gr.Textbox(label="Personality Disorders Explanation", visible=False)]
|
133 |
|
134 |
+
output_components.extend(column_components1)
|
135 |
+
output_components.extend(column_components2)
|
136 |
+
output_components.extend(column_components3)
|
137 |
+
output_components.extend(column_components4)
|
138 |
|
139 |
analyze_button.click(
|
140 |
fn=analyze_video,
|