ysharma HF Staff commited on
Commit
f0f051d
·
verified ·
1 Parent(s): c11c6ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -6,7 +6,8 @@ import os
6
  import shutil
7
  from pathlib import Path
8
  import random
9
-
 
10
 
11
  def create_local():
12
  length = 100
 
6
  import shutil
7
  from pathlib import Path
8
  import random
9
+ import string
10
+ import glob
11
 
12
  def create_local():
13
  length = 100