vumichien commited on
Commit
e29a4b5
·
1 Parent(s): d636407

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -3,11 +3,11 @@ import torch
3
  from huggingface_hub import from_pretrained_fastai
4
  from pathlib import Path
5
 
6
- examples = ["./examples/image_1.png",
7
- "./examples/image_2.png",
8
- "./examples/image_3.png",
9
- "./examples/image_4.png",
10
- "./examples/image_5.png"]
11
 
12
  repo_id = "hugginglearners/rice_image_classification"
13
  path = Path("./")
 
3
  from huggingface_hub import from_pretrained_fastai
4
  from pathlib import Path
5
 
6
+ examples = ["examples/image_1.png",
7
+ "examples/image_2.png",
8
+ "examples/image_3.png",
9
+ "examples/image_4.png",
10
+ "examples/image_5.png"]
11
 
12
  repo_id = "hugginglearners/rice_image_classification"
13
  path = Path("./")