mingyang91 commited on
Commit
7b1a529
·
1 Parent(s): c90f080

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +1 -1
demo.py CHANGED
@@ -11,7 +11,7 @@ def main():
11
  st.set_page_config(
12
  page_title="Parth - Detr",
13
  layout="centered")
14
- st.title("Object Detection using DETR:")
15
 
16
  # This will let you upload PNG, JPG & JPEG File
17
  buffer = st.file_uploader("Upload your Image here", type=["jpg", "png", "jpeg"])
 
11
  st.set_page_config(
12
  page_title="Parth - Detr",
13
  layout="centered")
14
+ st.title("Object Detection:")
15
 
16
  # This will let you upload PNG, JPG & JPEG File
17
  buffer = st.file_uploader("Upload your Image here", type=["jpg", "png", "jpeg"])