tstone87 commited on
Commit
f8ceae5
·
verified ·
1 Parent(s): 1d95e65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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(