Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
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")
|
|
|
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")
|