liuyingg commited on
Commit
ef85522
1 Parent(s): 7060d3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -125,7 +125,8 @@ 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 [Cars].
129
+ \n針對車子所訓練的模型
130
  """
131
  option = st.radio("", ["Upload Image", "Image URL"])
132