Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 [
|
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.")
|