Spaces:
Runtime error
Runtime error
update florence call
Browse files
app.py
CHANGED
@@ -303,7 +303,7 @@ with gr.Blocks(theme="sudeepshouche/minimalist") as demo:
|
|
303 |
annotated_image
|
304 |
]
|
305 |
seg_btn.click(
|
306 |
-
fn=
|
307 |
inputs=seg_inputs,
|
308 |
outputs=seg_outputs,
|
309 |
)
|
|
|
303 |
annotated_image
|
304 |
]
|
305 |
seg_btn.click(
|
306 |
+
fn=detect_brain_tumor_florence2,
|
307 |
inputs=seg_inputs,
|
308 |
outputs=seg_outputs,
|
309 |
)
|