Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -132,10 +132,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,
|
|
|
132 |
gr.Plot(visible=False),
|
133 |
gr.Textbox(label="Personality Disorders Explanation", visible=False)]
|
134 |
|
135 |
+
output_components.extend(column_components1)
|
136 |
+
output_components.extend(column_components2)
|
137 |
+
output_components.extend(column_components3)
|
138 |
+
output_components.extend(column_components4)
|
139 |
|
140 |
analyze_button.click(
|
141 |
fn=analyze_video,
|