donb-hf commited on
Commit
0275954
·
1 Parent(s): b485212

review prompt from florence function

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -139,7 +139,6 @@ def detect_brain_tumor_florence2(image, seg_input, debug: bool = True):
139
  """
140
 
141
  # Step 2: Detect brain tumor using florencev2 - NO PROMPT
142
- prompt = "detect brain tumor"
143
  detections = florencev2_object_detection(image)
144
 
145
  # Step 3: Overlay bounding boxes on the image
 
139
  """
140
 
141
  # Step 2: Detect brain tumor using florencev2 - NO PROMPT
 
142
  detections = florencev2_object_detection(image)
143
 
144
  # Step 3: Overlay bounding boxes on the image