Spaces:
Sleeping
Sleeping
ksvmuralidhar
commited on
Commit
•
e02b592
1
Parent(s):
a43c327
Update app.py
Browse files
app.py
CHANGED
@@ -146,6 +146,6 @@ try:
|
|
146 |
placeholder.empty()
|
147 |
img_path = process_input_image(img_url)
|
148 |
find_similar_images(img_path, 15)
|
149 |
-
delete_file(
|
150 |
except Exception as e:
|
151 |
st.error(f'An unexpected error occured: \n{e}')
|
|
|
146 |
placeholder.empty()
|
147 |
img_path = process_input_image(img_url)
|
148 |
find_similar_images(img_path, 15)
|
149 |
+
delete_file(img_path)
|
150 |
except Exception as e:
|
151 |
st.error(f'An unexpected error occured: \n{e}')
|