Spaces:
Runtime error
Runtime error
Commit
·
7b9fe4e
1
Parent(s):
f092b3a
Update app.py
Browse files
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 |
-
|
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 |
|