Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def analyze_video(video_path, progress=gr.Progress()):
|
|
48 |
|
49 |
with gr.TabItem(label=f'Attachment Styles'):
|
50 |
with gr.Row():
|
51 |
-
|
52 |
gr.Plot(value=speaker_charts.get("attachment", None), visible=True),
|
53 |
gr.Plot(value=speaker_charts.get("dimensions", None), visible=True),
|
54 |
gr.Textbox(value=speaker_explanations.get("attachment", ""), label="Attachment Styles Explanation", visible=True)]
|
|
|
48 |
|
49 |
with gr.TabItem(label=f'Attachment Styles'):
|
50 |
with gr.Row():
|
51 |
+
speaker_section2 = [
|
52 |
gr.Plot(value=speaker_charts.get("attachment", None), visible=True),
|
53 |
gr.Plot(value=speaker_charts.get("dimensions", None), visible=True),
|
54 |
gr.Textbox(value=speaker_explanations.get("attachment", ""), label="Attachment Styles Explanation", visible=True)]
|