Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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():
|