lawrence722 commited on
Commit
76c799d
1 Parent(s): 3b27f5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ model = attempt_load(weight_path, map_location=torch.device('cpu')) # load FP32
127
  # YOLOv7
128
  This is a object detection model for [Objects].
129
  """
130
- option = st.radio("", ["Upload Image", "Image URL"])
131
 
132
  if option == "Upload Image":
133
  uploaded_file = st.file_uploader("Please upload an image.")
 
127
  # YOLOv7
128
  This is a object detection model for [Objects].
129
  """
130
+ option = st.radio("models-20240613T085418Z-001", ["Upload Image", "Image URL"])
131
 
132
  if option == "Upload Image":
133
  uploaded_file = st.file_uploader("Please upload an image.")