fffiloni commited on
Commit
4208876
1 Parent(s): e71cfc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -19,6 +19,7 @@ pipe = pipeline("text-generation", model=zephyr_model, torch_dtype=torch.bfloat1
19
  standard_sys = f"""
20
  You will be provided a list of visual events, and an audio description. All these informations come from a single video.
21
  List of visual events are actually images extracted from this video every 12 frames.
 
22
  Audio events are actually the description from the audio of the video.
23
  Your job is to use these information to provide a short resume about what is happening in the video.
24
  """
 
19
  standard_sys = f"""
20
  You will be provided a list of visual events, and an audio description. All these informations come from a single video.
21
  List of visual events are actually images extracted from this video every 12 frames.
22
+ Notice that the video is a short shot, so the people depicted in diferrent images are usually always the same people.
23
  Audio events are actually the description from the audio of the video.
24
  Your job is to use these information to provide a short resume about what is happening in the video.
25
  """