Update app.py
Browse files
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 |
"""
|