Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"])
|