Mountchicken commited on
Commit
1bd75ed
·
verified ·
1 Parent(s): 7a0574b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -511,7 +511,7 @@ def load_example_image(image_path, visual_prompt_boxes=None):
511
  from PIL import Image
512
 
513
  # Construct full path
514
- full_path = os.path.join(os.path.dirname(__file__), "..", image_path)
515
  if os.path.exists(full_path):
516
  image = Image.open(full_path).convert("RGB")
517
 
 
511
  from PIL import Image
512
 
513
  # Construct full path
514
+ full_path = os.path.join(os.path.dirname(__file__), image_path)
515
  if os.path.exists(full_path):
516
  image = Image.open(full_path).convert("RGB")
517