gonzalocordova commited on
Commit
d20dc7b
·
1 Parent(s): fb198fb

Update app.py

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