geninhu commited on
Commit
9bde03d
·
1 Parent(s): 94cce00

Update application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def get_y(x):
15
 
16
  pascal_source = '.'
17
  EXAMPLES_PATH = Path('./examples')
18
- repo_id = "hugginglearners/identify-pascal"
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