KaburaJ commited on
Commit
bb0e5b8
·
1 Parent(s): 33eda9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def main():
45
  st.image(image)
46
 
47
  st.write("# KSL Image Classification App")
48
- st.write("This app allows you to upload a KSL image and have it classified by a pre-trained machine learning model.")
49
 
50
 
51
  uploaded_file = st.file_uploader("Upload an image", type=["jpg", "png", "jpeg"])
 
45
  st.image(image)
46
 
47
  st.write("# KSL Image Classification App")
48
+ st.write("This app allows you to upload a KSL image and have it classified by a pre-trained machine learning model into one of 9 classes.")
49
 
50
 
51
  uploaded_file = st.file_uploader("Upload an image", type=["jpg", "png", "jpeg"])