Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import gradio as gr
|
|
| 2 |
from huggingface_hub import from_pretrained_fastai
|
| 3 |
from pathlib import Path
|
| 4 |
|
| 5 |
-
examples = ["image_1.png", "image_2.png", "image_3.png"]
|
| 6 |
repo_id = "hugginglearners/grapevine_leaves_classification"
|
| 7 |
path = Path("./")
|
| 8 |
|
|
|
|
| 2 |
from huggingface_hub import from_pretrained_fastai
|
| 3 |
from pathlib import Path
|
| 4 |
|
| 5 |
+
examples = ["image_1.png", "image_2.png", "image_3.png", "image_4.png", , "image_5.png"]
|
| 6 |
repo_id = "hugginglearners/grapevine_leaves_classification"
|
| 7 |
path = Path("./")
|
| 8 |
|