MANIKANDAN A
commited on
Commit
·
fd46d84
1
Parent(s):
8b9bde5
Update app.py
Browse files
app.py
CHANGED
@@ -192,7 +192,7 @@ def main():
|
|
192 |
|
193 |
# Remove temporary image file
|
194 |
if img_url or img_upload:
|
195 |
-
|
196 |
|
197 |
if __name__ == "__main__":
|
198 |
main()
|
|
|
192 |
|
193 |
# Remove temporary image file
|
194 |
if img_url or img_upload:
|
195 |
+
os.remove('tmp.jpg')
|
196 |
|
197 |
if __name__ == "__main__":
|
198 |
main()
|