Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -91,8 +91,8 @@ def analyze_video(video_path, language_display_name, max_speakers, progress=gr.P
|
|
91 |
|
92 |
# Define the Gradio interface
|
93 |
with gr.Blocks() as iface:
|
94 |
-
gr.Markdown("#
|
95 |
-
gr.Markdown("Upload a video
|
96 |
|
97 |
video_input = gr.Video(label="Upload Video")
|
98 |
language_input = gr.Dropdown(choices=list(LANGUAGE_MAP.keys()), value="English", label="Select Language")
|
|
|
91 |
|
92 |
# Define the Gradio interface
|
93 |
with gr.Blocks() as iface:
|
94 |
+
gr.Markdown("# AI Personality Analysis")
|
95 |
+
gr.Markdown("Upload a video")
|
96 |
|
97 |
video_input = gr.Video(label="Upload Video")
|
98 |
language_input = gr.Dropdown(choices=list(LANGUAGE_MAP.keys()), value="English", label="Select Language")
|