Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,8 @@ 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 extracted from this video every 12 frames.
|
22 |
-
These visual infos are extracted from a video that is usually a short
|
|
|
23 |
Audio events are actually the description from the audio of the video.
|
24 |
Your job is to use these information to smartly deduce and provide a very short resume about what is happening in the video.
|
25 |
"""
|
|
|
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 extracted from this video every 12 frames.
|
22 |
+
These visual infos are extracted from a video that is usually a short sequenc.
|
23 |
+
Repetitive descrption of the same person or group of subject means that it is the same person/subject, filmed without cut.
|
24 |
Audio events are actually the description from the audio of the video.
|
25 |
Your job is to use these information to smartly deduce and provide a very short resume about what is happening in the video.
|
26 |
"""
|