Spaces:
Sleeping
Sleeping
Update utils.py
Browse files
utils.py
CHANGED
@@ -8,6 +8,7 @@ import shutil
|
|
8 |
import tempfile
|
9 |
import requests
|
10 |
import json
|
|
|
11 |
|
12 |
BASE_DIR = os.path.abspath(os.path.dirname(__file__))
|
13 |
UPLOAD_FOLDER = os.path.join(BASE_DIR, "uploads")
|
|
|
8 |
import tempfile
|
9 |
import requests
|
10 |
import json
|
11 |
+
import secrets
|
12 |
|
13 |
BASE_DIR = os.path.abspath(os.path.dirname(__file__))
|
14 |
UPLOAD_FOLDER = os.path.join(BASE_DIR, "uploads")
|