Update app.py
Browse files
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/
|
|
|
7 |
"examples/example_2.png",
|
8 |
"examples/example_3.png",
|
9 |
-
"examples/example_4.png"
|
10 |
-
"examples/example_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/example_0.png",
|
7 |
+
"examples/example_1.png",
|
8 |
"examples/example_2.png",
|
9 |
"examples/example_3.png",
|
10 |
+
"examples/example_4.png"]
|
|
|
11 |
|
12 |
repo_id = "hugginglearners/rice_image_classification"
|
13 |
path = Path("./")
|