lnky commited on
Commit
127584f
1 Parent(s): 3ccdda2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ model = attempt_load(weight_path, map_location=torch.device('cpu')) # load FP32
125
 
126
  """
127
  # YOLOv7
128
- This is a object detection model for [Objects].
129
  """
130
  option = st.radio("", ["Upload Image", "Image URL"])
131
 
 
125
 
126
  """
127
  # YOLOv7
128
+ This is a object detection model for Car.
129
  """
130
  option = st.radio("", ["Upload Image", "Image URL"])
131