reab5555 commited on
Commit
2b61cb7
·
verified ·
1 Parent(s): ad65fc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -102,10 +102,10 @@ with gr.Blocks() as iface:
102
  gr.Markdown("This project provides an advanced AI system designed for diagnosing and profiling personality attributes from video content based on a single speaker or multiple speakers in a conversation.")
103
 
104
  with gr.Row():
105
- with gr.Row(scale=4):
106
  video_input = gr.Video(label="Upload Video")
107
  analyze_button = gr.Button("Analyze")
108
- with gr.Row(scale=1):
109
  gr.Markdown("Example Video 1")
110
  example_video_1 = gr.Video("examples/Scenes.From.A.Marriage.US.mp4", label="Example Video 1")
111
  use_example_button_1 = gr.Button("Load Example")
 
102
  gr.Markdown("This project provides an advanced AI system designed for diagnosing and profiling personality attributes from video content based on a single speaker or multiple speakers in a conversation.")
103
 
104
  with gr.Row():
105
+ with gr.Row():
106
  video_input = gr.Video(label="Upload Video")
107
  analyze_button = gr.Button("Analyze")
108
+ with gr.Row():
109
  gr.Markdown("Example Video 1")
110
  example_video_1 = gr.Video("examples/Scenes.From.A.Marriage.US.mp4", label="Example Video 1")
111
  use_example_button_1 = gr.Button("Load Example")