Spaces:
Runtime error
Runtime error
Kelly Nicholes commited on
Commit ·
5cbfcd1
1
Parent(s): a65ca69
add examples
Browse files- .gitattributes +2 -0
- app.py +1 -1
- lehi1.jpeg +3 -0
- lehi2.jpeg +3 -0
- sf1.jpeg +3 -0
- sj1.webp +3 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
model.pkl filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
model.pkl filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
app.py
CHANGED
|
@@ -12,7 +12,7 @@ def predict(img):
|
|
| 12 |
|
| 13 |
title = "Adobe Building Classifier"
|
| 14 |
description = "An Adobe Building classifier trained on pictures from duckduckgo with fastai. Created as a demo for Gradio and HuggingFace Spaces."
|
| 15 |
-
examples = []
|
| 16 |
interpretation='default'
|
| 17 |
enable_queue=True
|
| 18 |
|
|
|
|
| 12 |
|
| 13 |
title = "Adobe Building Classifier"
|
| 14 |
description = "An Adobe Building classifier trained on pictures from duckduckgo with fastai. Created as a demo for Gradio and HuggingFace Spaces."
|
| 15 |
+
examples = ['lehi1.jpeg','lehi2.jpeg','sf1.jpeg','sj1.webp']
|
| 16 |
interpretation='default'
|
| 17 |
enable_queue=True
|
| 18 |
|
lehi1.jpeg
ADDED
|
Git LFS Details
|
lehi2.jpeg
ADDED
|
Git LFS Details
|
sf1.jpeg
ADDED
|
Git LFS Details
|
sj1.webp
ADDED
|
Git LFS Details
|