MJ106 commited on
Commit
6e5ff6f
ยท
verified ยท
1 Parent(s): 265c78c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -4,7 +4,6 @@ from PIL import Image
4
  # TO-DD: ??? ๋ถ€๋ถ„์˜ ์ฝ”๋“œ๋ฅผ ์™„์„ฑํ•˜์‹œ์˜ค
5
  pipeline = pipeline(task="image-classification", model="julien-c/hotdog-not-hotdog")
6
 
7
-
8
  st.title("Hot Dog? Or Not?")
9
 
10
  file_name = st.file_uploader("Upload a hot dog candidate image")
 
4
  # TO-DD: ??? ๋ถ€๋ถ„์˜ ์ฝ”๋“œ๋ฅผ ์™„์„ฑํ•˜์‹œ์˜ค
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")