PrakhAI commited on
Commit
025c832
·
1 Parent(s): b79c2f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Images", type=['jpg','png','tif'], accept_multiple_files=False)
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!")