silver-A commited on
Commit
8c24574
·
verified ·
1 Parent(s): 5212d99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -50,8 +50,6 @@ def yolov10_inference_multi(image, image_size, conf_threshold, iou_threshold):
50
  yolov10b_image = yolov10_inference(image, "yolov10b.pt", image_size, conf_threshold, iou_threshold)
51
  return yolov10n_image, yolov10s_image, yolov10m_image, yolov10b_image
52
 
53
- def
54
-
55
  def app():
56
  with gr.Blocks():
57
  with gr.Row():
 
50
  yolov10b_image = yolov10_inference(image, "yolov10b.pt", image_size, conf_threshold, iou_threshold)
51
  return yolov10n_image, yolov10s_image, yolov10m_image, yolov10b_image
52
 
 
 
53
  def app():
54
  with gr.Blocks():
55
  with gr.Row():