Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ from huggingface_hub import (
|
|
14 |
model = YOLO('best.pt')
|
15 |
import os
|
16 |
|
17 |
-
hf_token = os.environ.get('
|
18 |
|
19 |
# Initialize an empty list to store the results
|
20 |
results_list = []
|
|
|
14 |
model = YOLO('best.pt')
|
15 |
import os
|
16 |
|
17 |
+
hf_token = os.environ.get('token')
|
18 |
|
19 |
# Initialize an empty list to store the results
|
20 |
results_list = []
|