donb-hf commited on
Commit
f4b9423
·
1 Parent(s): 4038683

update florence call

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=detect_brain_tumor_dino,
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
  )