Spaces:
Runtime error
Runtime error
IZERE HIRWA Roger
commited on
Commit
·
e5da9dd
1
Parent(s):
e4d2e2a
tt
Browse files
app.py
CHANGED
@@ -41,6 +41,7 @@ def run_example(task_prompt, image, text_input=None, model_id='microsoft/Florenc
|
|
41 |
generated_text,
|
42 |
task=task_prompt,
|
43 |
image_size=(image.width, image.height)
|
|
|
44 |
return parsed_answer
|
45 |
|
46 |
def plot_bbox(image, data):
|
|
|
41 |
generated_text,
|
42 |
task=task_prompt,
|
43 |
image_size=(image.width, image.height)
|
44 |
+
)
|
45 |
return parsed_answer
|
46 |
|
47 |
def plot_bbox(image, data):
|