ciditel commited on
Commit
8df86ce
1 Parent(s): 9e803e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def run_example(task_prompt, image, text_input=None, model_id='microsoft/Florenc
58
  task=task_prompt,
59
  image_size=(image.width, image.height)
60
  )
61
- print(parsed_answer,iimage,image.width, image.height)
62
  return parsed_answer
63
 
64
  def plot_bbox(image, data):
 
58
  task=task_prompt,
59
  image_size=(image.width, image.height)
60
  )
61
+
62
  return parsed_answer
63
 
64
  def plot_bbox(image, data):