Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,8 @@ 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")
|
|
|
4 |
|
5 |
pipeline = pipeline(task="image-classification", model="julien-c/hotdog-not-hotdog")
|
6 |
|
7 |
+
st.button(label, key=None, help=None, on_click=None, args=None, kwargs=None, *, type="secondary", disabled=False, use_container_width=False)
|
8 |
+
|
9 |
st.title("Hot Dog? Or Not?")
|
10 |
|
11 |
file_name = st.file_uploader("Upload a hot dog candidate image")
|