Spaces:
Runtime error
Runtime error
Update application file
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def get_y(x):
|
|
15 |
|
16 |
pascal_source = '.'
|
17 |
EXAMPLES_PATH = Path('./examples')
|
18 |
-
repo_id = "hugginglearners/
|
19 |
|
20 |
learner = from_pretrained_fastai(repo_id)
|
21 |
labels = learner.dls.vocab
|
|
|
15 |
|
16 |
pascal_source = '.'
|
17 |
EXAMPLES_PATH = Path('./examples')
|
18 |
+
repo_id = "hugginglearners/multi-object-classification"
|
19 |
|
20 |
learner = from_pretrained_fastai(repo_id)
|
21 |
labels = learner.dls.vocab
|