Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -42,7 +42,7 @@ def main():
|
|
| 42 |
|
| 43 |
# Add an image to your app
|
| 44 |
image = "ksl1.jpg"
|
| 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.")
|
|
|
|
| 42 |
|
| 43 |
# Add an image to your app
|
| 44 |
image = "ksl1.jpg"
|
| 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.")
|