Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|