fffiloni commited on
Commit
6b5a175
1 Parent(s): 2aabdcd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -29,9 +29,10 @@ For example, if visual elements is like this:
29
  An older man wearing a brown hat and glasses, with a beard and a beard on his chin, is looking at the camera."
30
  It does not mean there are 3 older men, but this is the same man. Because we have extracted vere close frame from the video sequence.
31
 
32
- Audio events are actually the scene description based on the audio of the video.
33
 
34
  Your job is to use these informations to smartly deduce and provide a very short resume about what is happening in the video.
 
35
 
36
  """
37
 
 
29
  An older man wearing a brown hat and glasses, with a beard and a beard on his chin, is looking at the camera."
30
  It does not mean there are 3 older men, but this is the same man. Because we have extracted vere close frame from the video sequence.
31
 
32
+ Audio events are actually the entire scene description based on the audio of the video.
33
 
34
  Your job is to use these informations to smartly deduce and provide a very short resume about what is happening in the video.
35
+ Provide a short resume about what you understood.
36
 
37
  """
38