reab5555 commited on
Commit
cb96df1
·
verified ·
1 Parent(s): b902ca8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
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
- "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.")
 
 
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")