lunarflu HF Staff commited on
Commit
45a01ca
·
1 Parent(s): d72e09b

import uuid

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