Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,8 +12,8 @@ from ultralytics import YOLO
|
|
12 |
# Pillow
|
13 |
|
14 |
# Replace with your model's URL or local path
|
15 |
-
model_path = 'https://huggingface.co/spaces/tstone87/ccr-colorado/resolve/main/best.pt
|
16 |
-
|
17 |
|
18 |
# Configure the page for Hugging Face Spaces
|
19 |
st.set_page_config(
|
|
|
12 |
# Pillow
|
13 |
|
14 |
# Replace with your model's URL or local path
|
15 |
+
model_path = 'https://huggingface.co/spaces/tstone87/ccr-colorado/resolve/main/best.pt' # Your correct model
|
16 |
+
|
17 |
|
18 |
# Configure the page for Hugging Face Spaces
|
19 |
st.set_page_config(
|