Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -154,6 +154,7 @@ with col1:
|
|
154 |
# Remove success message - no notification shown
|
155 |
|
156 |
# Set file type flag
|
|
|
157 |
is_image = False
|
158 |
|
159 |
# Handle image files
|
|
|
154 |
# Remove success message - no notification shown
|
155 |
|
156 |
# Set file type flag
|
157 |
+
# Initialize is_image variable
|
158 |
is_image = False
|
159 |
|
160 |
# Handle image files
|