Spaces:
Paused
Paused
simplify captions
Browse files- baseline_utils.py +1 -1
baseline_utils.py
CHANGED
@@ -100,7 +100,7 @@ def scenes_caption(scenes, api_key):
|
|
100 |
{
|
101 |
"role": "user",
|
102 |
"content": f"Given the scene: {scene}, "
|
103 |
-
f"turn this scene into a simple caption starting with I am doing something.
|
104 |
f"Be concise, keeping it under 10 words. Return without any quotation marks."
|
105 |
}
|
106 |
],
|
|
|
100 |
{
|
101 |
"role": "user",
|
102 |
"content": f"Given the scene: {scene}, "
|
103 |
+
f"turn this scene into a simple caption starting with I am doing something."
|
104 |
f"Be concise, keeping it under 10 words. Return without any quotation marks."
|
105 |
}
|
106 |
],
|