lunarflu HF Staff commited on
Commit
3872caa
·
1 Parent(s): b1241df

from uuid import UUID

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -23,6 +23,7 @@ import shutil # for doing image movement magic
23
  import tempfile
24
  import glob
25
 
 
26
  from uuid import uuid4
27
 
28
 
 
23
  import tempfile
24
  import glob
25
 
26
+ from uuid import UUID
27
  from uuid import uuid4
28
 
29