removing tempfile, glob
Browse files
app.py
CHANGED
@@ -20,8 +20,8 @@ import multiprocessing
|
|
20 |
|
21 |
import shutil # for doing image movement magic
|
22 |
|
23 |
-
import tempfile
|
24 |
-
import glob
|
25 |
|
26 |
import uuid
|
27 |
|
|
|
20 |
|
21 |
import shutil # for doing image movement magic
|
22 |
|
23 |
+
#import tempfile
|
24 |
+
#import glob
|
25 |
|
26 |
import uuid
|
27 |
|