jithin14 commited on
Commit
9c9a771
·
verified ·
1 Parent(s): e76a638

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -66,13 +66,7 @@ def select_sample(evt: gr.SelectData):
66
  selected_image = Image.open(sample_images[evt.index])
67
  return selected_image
68
 
69
- with gr.Blocks() as iface:
70
- gr.Markdown("# Bounding Box Detector")
71
- gr.Markdown("""Upload an image to detect the bounding box. Choose between:
72
- - CNN Model (Best performance, IoU: 0.65)
73
- - KNN Model (Faster, IoU: 0.47)
74
-
75
- The models work best with grayscale images of size 128x128.""")
76
 
77
  with gr.Row():
78
  with gr.Column():
 
66
  selected_image = Image.open(sample_images[evt.index])
67
  return selected_image
68
 
69
+
 
 
 
 
 
 
70
 
71
  with gr.Row():
72
  with gr.Column():