chansung commited on
Commit
89fdef5
1 Parent(s): 14a0dbb

Update app.py

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