Spaces:
Runtime error
Runtime error
Commit ·
d20dc7b
1
Parent(s): fb198fb
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import os
|
|
| 4 |
from torchvision import transforms
|
| 5 |
from huggingface_hub import hf_hub_download
|
| 6 |
|
| 7 |
-
token = "
|
| 8 |
|
| 9 |
# Download model from HuggingFace Hub and load it with PyTorch
|
| 10 |
REPO_ID = "gonzalocordova/DistractionDetectorCNN"
|
|
|
|
| 4 |
from torchvision import transforms
|
| 5 |
from huggingface_hub import hf_hub_download
|
| 6 |
|
| 7 |
+
token = ""
|
| 8 |
|
| 9 |
# Download model from HuggingFace Hub and load it with PyTorch
|
| 10 |
REPO_ID = "gonzalocordova/DistractionDetectorCNN"
|