Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,9 @@ def select_sample(evt: gr.SelectData):
|
|
66 |
selected_image = Image.open(sample_images[evt.index])
|
67 |
return selected_image
|
68 |
|
69 |
-
|
|
|
|
|
70 |
|
71 |
with gr.Row():
|
72 |
with gr.Column():
|
|
|
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 CNN Model or KNN Model.""")
|
72 |
|
73 |
with gr.Row():
|
74 |
with gr.Column():
|