Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -115,8 +115,10 @@ def get_middle_frame(video_path):
|
|
115 |
|
116 |
with gr.Blocks() as iface:
|
117 |
gr.Markdown("# Multiple Speakers Personality Analyzer")
|
118 |
-
gr.Markdown(
|
119 |
-
|
|
|
|
|
120 |
|
121 |
with gr.Row():
|
122 |
video_input = gr.Video(label="Upload Video")
|
|
|
115 |
|
116 |
with gr.Blocks() as iface:
|
117 |
gr.Markdown("# Multiple Speakers Personality Analyzer")
|
118 |
+
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.")
|
119 |
+
gr.Markdown("""
|
120 |
+
1. Select input video
|
121 |
+
2. Click Analyze""")
|
122 |
|
123 |
with gr.Row():
|
124 |
video_input = gr.Video(label="Upload Video")
|