Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ with gr.Blocks(css="styles.css", theme=gr.themes.Soft()) as demo:
|
|
91 |
|
92 |
with gr.Column(elem_classes=["group"]):
|
93 |
with gr.Row():
|
94 |
-
video = gr.Video(label="upload short video clip")
|
95 |
traits = gr.Json(label="extracted traits")
|
96 |
|
97 |
with gr.Row():
|
|
|
91 |
|
92 |
with gr.Column(elem_classes=["group"]):
|
93 |
with gr.Row():
|
94 |
+
video = gr.Video(label="upload short video clip", max_length=180)
|
95 |
traits = gr.Json(label="extracted traits")
|
96 |
|
97 |
with gr.Row():
|