Spaces:
Runtime error
Runtime error
removed duplication
Browse files
app.py
CHANGED
@@ -161,8 +161,8 @@ def explain_ai(prompt):
|
|
161 |
# App title
|
162 |
st.title("Imaize: Smart Image Analyzer with XAI")
|
163 |
|
164 |
-
# Image upload section
|
165 |
-
uploaded_file = st.file_uploader("Upload an image", type=["jpg", "png", "jpeg"]) # Allow user to upload an image file
|
166 |
|
167 |
# App Description
|
168 |
st.markdown("""
|
|
|
161 |
# App title
|
162 |
st.title("Imaize: Smart Image Analyzer with XAI")
|
163 |
|
164 |
+
# # Image upload section
|
165 |
+
# uploaded_file = st.file_uploader("Upload an image", type=["jpg", "png", "jpeg"]) # Allow user to upload an image file
|
166 |
|
167 |
# App Description
|
168 |
st.markdown("""
|