Spaces:
Build error
Build error
Commit
·
d917673
1
Parent(s):
660daa9
bug fix
Browse files- vip_runner.py +1 -1
vip_runner.py
CHANGED
|
@@ -41,7 +41,7 @@ def extract_json(response, key):
|
|
| 41 |
def vip_perform_selection(prompter, vlm, im, desc, arm_coord, samples, top_n):
|
| 42 |
"""Perform one selection pass given samples."""
|
| 43 |
image_circles_np = prompter.add_arrow_overlay_plt(
|
| 44 |
-
image=im, samples=samples, arm_xy=arm_coord
|
| 45 |
)
|
| 46 |
|
| 47 |
_, encoded_image_circles = cv2.imencode(".png", image_circles_np)
|
|
|
|
| 41 |
def vip_perform_selection(prompter, vlm, im, desc, arm_coord, samples, top_n):
|
| 42 |
"""Perform one selection pass given samples."""
|
| 43 |
image_circles_np = prompter.add_arrow_overlay_plt(
|
| 44 |
+
image=im, samples=samples, arm_xy=arm_coord
|
| 45 |
)
|
| 46 |
|
| 47 |
_, encoded_image_circles = cv2.imencode(".png", image_circles_np)
|