Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -89,9 +89,11 @@ with gr.Blocks() as iface:
|
|
89 |
gr.Row([gr.Plot(visible=False), gr.Plot(visible=False), gr.Textbox(label="Attachment Styles Explanation", visible=False)]),
|
90 |
gr.Row([gr.Plot(visible=False), gr.Textbox(label="Big Five Traits Explanation", visible=False)]),
|
91 |
gr.Row([gr.Plot(visible=False), gr.Textbox(label="Personality Disorders Explanation", visible=False)]),
|
92 |
-
|
93 |
]
|
94 |
|
|
|
|
|
95 |
analyze_button.click(
|
96 |
fn=analyze_video,
|
97 |
inputs=[video_input, max_speakers],
|
|
|
89 |
gr.Row([gr.Plot(visible=False), gr.Plot(visible=False), gr.Textbox(label="Attachment Styles Explanation", visible=False)]),
|
90 |
gr.Row([gr.Plot(visible=False), gr.Textbox(label="Big Five Traits Explanation", visible=False)]),
|
91 |
gr.Row([gr.Plot(visible=False), gr.Textbox(label="Personality Disorders Explanation", visible=False)]),
|
92 |
+
|
93 |
]
|
94 |
|
95 |
+
gr.Textbox(label="Execution Information", visible=True)
|
96 |
+
|
97 |
analyze_button.click(
|
98 |
fn=analyze_video,
|
99 |
inputs=[video_input, max_speakers],
|