Upload README.md with huggingface_hub
Browse files
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 = "
|
| 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"]
|