Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 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()
|