Spaces:
Runtime error
Runtime error
more examples
Browse files- .gitattributes +2 -0
- app.py +1 -1
- cat.jpg +3 -0
- ham-sandwich.png +3 -0
- hamburger.jpg +3 -0
- hotdog.jpg +0 -0
.gitattributes
CHANGED
@@ -32,3 +32,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
36 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
app.py
CHANGED
@@ -16,7 +16,7 @@ def predict(img):
|
|
16 |
|
17 |
title = "Hotdog or Not?"
|
18 |
description = "Upload a picture of a hotdog or hamburger and be amazed!"
|
19 |
-
examples = ["hotdog.jpg"]
|
20 |
interpretation = "default"
|
21 |
enable_queue = True
|
22 |
|
|
|
16 |
|
17 |
title = "Hotdog or Not?"
|
18 |
description = "Upload a picture of a hotdog or hamburger and be amazed!"
|
19 |
+
examples = ["hotdog.jpg", "cat.jpg", "hamburger.jpg", "ham-sandwich.png"]
|
20 |
interpretation = "default"
|
21 |
enable_queue = True
|
22 |
|
cat.jpg
ADDED
Git LFS Details
|
ham-sandwich.png
ADDED
Git LFS Details
|
hamburger.jpg
ADDED
Git LFS Details
|
hotdog.jpg
CHANGED
Git LFS Details
|