Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -57,7 +57,7 @@ with fs.open("PrakhAI/HelloWorld/checkpoint.msgpack", "rb") as f:
|
|
| 57 |
# print(dir(cnn))
|
| 58 |
|
| 59 |
|
| 60 |
-
uploaded_file = st.file_uploader("Input
|
| 61 |
|
| 62 |
if uploaded_file is None:
|
| 63 |
st.write("Please upload an image!")
|
|
|
|
| 57 |
# print(dir(cnn))
|
| 58 |
|
| 59 |
|
| 60 |
+
uploaded_file = st.file_uploader("Input Image of handwritten digit", type=['jpg','png','tif'], accept_multiple_files=False)
|
| 61 |
|
| 62 |
if uploaded_file is None:
|
| 63 |
st.write("Please upload an image!")
|