joehare commited on
Commit
5630d4c
1 Parent(s): 1092545

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ pipeline = pipeline(task="image-classification", model="julien-c/hotdog-not-hotd
6
 
7
  st.title("Is this a hotdog?")
8
 
9
- file_name = st.file_uploader("Upload a alleged hot dog")
10
 
11
  if file_name is not None:
12
  col1, col2 = st.columns(2)
 
6
 
7
  st.title("Is this a hotdog?")
8
 
9
+ file_name = st.file_uploader("Upload an alleged hot dog")
10
 
11
  if file_name is not None:
12
  col1, col2 = st.columns(2)