jjz5463 commited on
Commit
64b1c2d
·
1 Parent(s): 68f3fec

simplify captions

Browse files
Files changed (1) hide show
  1. 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
  ],