Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def classify_image(image):
|
|
13 |
st.title("Image Classification Web App")
|
14 |
|
15 |
# Intro
|
16 |
-
st.write("Please provide a Satellite image for classification")
|
17 |
|
18 |
# Image input via URL
|
19 |
url = st.text_input("Image URL")
|
|
|
13 |
st.title("Image Classification Web App")
|
14 |
|
15 |
# Intro
|
16 |
+
st.write("Please provide a Satellite image for classification /n /n Class names = Forest, River, Highway, AnnualCrop,SeaLake, HerbaceousVegetation, Industrial, Residential, PermanentCrop, Pasture")
|
17 |
|
18 |
# Image input via URL
|
19 |
url = st.text_input("Image URL")
|