mohit15 commited on
Commit
fd8e705
·
1 Parent(s): e191a7a

add updates

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def show_bounding_boxes(img, results, cls):
40
  return img
41
 
42
 
43
- st.title("Object Detection :tea: :coffee:")
44
  upload = st.file_uploader(label= "Upload an image : ", type = ["png","jpg","jpeg"])
45
 
46
  if upload:
 
40
  return img
41
 
42
 
43
+ st.title("RandomLayNet (Layout Detection) :tea: :coffee:")
44
  upload = st.file_uploader(label= "Upload an image : ", type = ["png","jpg","jpeg"])
45
 
46
  if upload: