vumichien commited on
Commit
8c0d50a
Β·
1 Parent(s): 59d7497

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,10 +7,10 @@ repo_id = "hugginglearners/grapevine_leaves_classification"
7
  path = Path("./")
8
 
9
  def get_y(r):
10
- return r["label"]
11
 
12
  def get_x(r):
13
- γ€€return path/r["fname"]
14
  γ€€γ€€
15
  learner = from_pretrained_fastai(repo_id)
16
 
 
7
  path = Path("./")
8
 
9
  def get_y(r):
10
+ return r["label"]
11
 
12
  def get_x(r):
13
+ return path/r["fname"]
14
  γ€€γ€€
15
  learner = from_pretrained_fastai(repo_id)
16