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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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():