muhammadsalmanalfaridzi commited on
Commit
e643674
·
verified ·
1 Parent(s): e6236dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def detect_combined(image):
58
  task = DinoxTask(
59
  image_url=image_url,
60
  prompts=[TextPrompt(text=DINOX_PROMPT)],
61
- bbox_threshold=0.25,
62
  targets=[DetectionTarget.BBox]
63
  )
64
  dinox_client.run_task(task)
 
58
  task = DinoxTask(
59
  image_url=image_url,
60
  prompts=[TextPrompt(text=DINOX_PROMPT)],
61
+ bbox_threshold=0.3,
62
  targets=[DetectionTarget.BBox]
63
  )
64
  dinox_client.run_task(task)