Commit
·
815a7c8
1
Parent(s):
e4d6c63
URL change
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ from PIL import Image
|
|
11 |
import pickle
|
12 |
|
13 |
# Cargar dataset
|
14 |
-
dataset_repo = "VicGerardoPR/Traffic_Sign_Classifier
|
15 |
dataset_file = "train.p"
|
16 |
|
17 |
dataset_path = hf_hub_download(repo_id=dataset_repo, filename=dataset_file)
|
|
|
11 |
import pickle
|
12 |
|
13 |
# Cargar dataset
|
14 |
+
dataset_repo = "VicGerardoPR/Traffic_Sign_Classifier"
|
15 |
dataset_file = "train.p"
|
16 |
|
17 |
dataset_path = hf_hub_download(repo_id=dataset_repo, filename=dataset_file)
|