reab5555 commited on
Commit
3628dfd
·
verified ·
1 Parent(s): f60e56e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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
- gr.Textbox(label="Execution Information", visible=False)
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],