Julien Simon commited on
Commit
5995a28
1 Parent(s): cc9a555

Add message

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ min_score = gr.Number(value=3, label="Minimum score")
67
 
68
  # Output
69
  gallery = gr.Gallery(label="Images")
70
- clips = gr.Text(label="Clips")
71
 
72
  description = "This Space lets you run semantic search on a video."
73
 
 
67
 
68
  # Output
69
  gallery = gr.Gallery(label="Images")
70
+ clips = gr.Text(label="Clips (score, start time, end time)")
71
 
72
  description = "This Space lets you run semantic search on a video."
73