Nicola Croce
commited on
Commit
·
07eca1b
1
Parent(s):
6f56be1
changed title
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from PIL import Image
|
|
4 |
|
5 |
pipeline = pipeline(task="image-classification", model="julien-c/hotdog-not-hotdog")
|
6 |
|
7 |
-
st.title("Hot Dog? Or Not?")
|
8 |
|
9 |
file_name = st.file_uploader("Upload a hot dog candidate image")
|
10 |
|
|
|
4 |
|
5 |
pipeline = pipeline(task="image-classification", model="julien-c/hotdog-not-hotdog")
|
6 |
|
7 |
+
st.title("Hot Dog? Or Not Hot Dog?")
|
8 |
|
9 |
file_name = st.file_uploader("Upload a hot dog candidate image")
|
10 |
|