5hadytru commited on
Commit
31688d6
·
1 Parent(s): 9705bf0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,4 +8,4 @@ img = st.file_uploader("image")
8
  if img:
9
  img = Image.open(img)
10
  label = pipe(img)
11
- st.success(f"Is it: {label}?")
 
8
  if img:
9
  img = Image.open(img)
10
  label = pipe(img)
11
+ st.success(str(label))