lunarflu HF Staff commited on
Commit
b1241df
·
1 Parent(s): 18b3fe5

from uuid import uuid4

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -23,6 +23,8 @@ import shutil # for doing image movement magic
23
  import tempfile
24
  import glob
25
 
 
 
26
 
27
  #todo
28
  # add safetychecks to all parts, test thoroughly
 
23
  import tempfile
24
  import glob
25
 
26
+ from uuid import uuid4
27
+
28
 
29
  #todo
30
  # add safetychecks to all parts, test thoroughly