ciditel commited on
Commit
e48c8c9
Β·
verified Β·
1 Parent(s): ec959bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def run_example(task_prompt, image, text_input=None, model_id='microsoft/Florenc
59
  image_size=(image.width, image.height)
60
  )
61
 
62
- return parsed_answer[0]
63
 
64
  def plot_bbox(image, data):
65
  fig, ax = plt.subplots()
 
59
  image_size=(image.width, image.height)
60
  )
61
 
62
+ return parsed_answer
63
 
64
  def plot_bbox(image, data):
65
  fig, ax = plt.subplots()