Spaces:
Runtime error
Runtime error
Commit ·
114a31b
1
Parent(s): 7b9fe4e
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,6 @@ img = st.file_uploader("Choose an image", type=["jpg", "jpeg", "png"])
|
|
| 35 |
# return scores
|
| 36 |
|
| 37 |
if img is not None:
|
| 38 |
-
try:
|
| 39 |
# image = Image.open(BytesIO(img.read()))
|
| 40 |
output = query(img)
|
| 41 |
st.write("Predicted Output:", Output)
|
|
|
|
| 35 |
# return scores
|
| 36 |
|
| 37 |
if img is not None:
|
|
|
|
| 38 |
# image = Image.open(BytesIO(img.read()))
|
| 39 |
output = query(img)
|
| 40 |
st.write("Predicted Output:", Output)
|