Hrishikesh332 commited on
Commit
7b9fe4e
·
1 Parent(s): f092b3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -39,7 +39,6 @@ if img is not None:
39
  # image = Image.open(BytesIO(img.read()))
40
  output = query(img)
41
  st.write("Predicted Output:", Output)
42
- except:
43
- st.write("Please do upload the image in the correct format!")
44
 
45
 
 
39
  # image = Image.open(BytesIO(img.read()))
40
  output = query(img)
41
  st.write("Predicted Output:", Output)
42
+
 
43
 
44