add updates
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def show_bounding_boxes(img, results, cls):
|
|
40 |
return img
|
41 |
|
42 |
|
43 |
-
st.title("
|
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:
|