WensongSong commited on
Commit
a4222bb
·
verified ·
1 Parent(s): 896aaf0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ def run_local(image, label):
91
  global groundingdino_model, sam_predictor
92
 
93
 
94
- image_pil = input_image.convert("RGB")
95
  transformed_image = transform_image(image_pil)
96
 
97
 
 
91
  global groundingdino_model, sam_predictor
92
 
93
 
94
+ image_pil = image.convert("RGB")
95
  transformed_image = transform_image(image_pil)
96
 
97