edgilr commited on
Commit
32ee74d
1 Parent(s): 5d8fdc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -8,10 +8,7 @@ except ImportError:
8
  os.system('pip install toml')
9
  import toml
10
 
11
-
12
-
13
- # repo_id = "YOUR_USERNAME/YOUR_LEARNER_NAME"
14
- repo_id = "edgilr/intel-image-classification"
15
 
16
  learner = from_pretrained_fastai(repo_id)
17
  labels = learner.dls.vocab
 
8
  os.system('pip install toml')
9
  import toml
10
 
11
+ repo_id = "edgilr/ChestXRays"
 
 
 
12
 
13
  learner = from_pretrained_fastai(repo_id)
14
  labels = learner.dls.vocab