PPKKKKK commited on
Commit
dcd3408
1 Parent(s): 11a3865

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -125,9 +125,9 @@ model = attempt_load(weight_path, map_location=torch.device('cpu')) # load FP32
125
 
126
  """
127
  # YOLOv7
128
- This is a object detection model for [cars].
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.")
 
125
 
126
  """
127
  # YOLOv7
128
+ This is a object detection model for [Cars].
129
  """
130
+ option = st.radio("", ["Upload Image", "Image URL", "Image Example"])
131
 
132
  if option == "Upload Image":
133
  uploaded_file = st.file_uploader("Please upload an image.")