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