Moran232 commited on
Commit
19aed9c
·
verified ·
1 Parent(s): 08bd048

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -62,7 +62,7 @@ pipeline.set_progress_bar_config(disable=None)
62
  print("pipeline loaded")
63
 
64
  img_path = "./test_images/input.png"
65
- prompt = "Move the board into the red box and finally remove the red box."
66
 
67
  image = Image.open(img_path).convert("RGB")
68
  prompts = [f"<|im_start|>user\n<image>\n{prompt}<|im_end|>\n"]
 
62
  print("pipeline loaded")
63
 
64
  img_path = "./test_images/input.png"
65
+ prompt = "Remove the construction structure from the top of the crane."
66
 
67
  image = Image.open(img_path).convert("RGB")
68
  prompts = [f"<|im_start|>user\n<image>\n{prompt}<|im_end|>\n"]