Spaces:
Runtime error
Runtime error
Commit
·
29b3fb4
1
Parent(s):
d119ffb
Updated: audio directory
Browse files- app/utils/constants.py +1 -1
app/utils/constants.py
CHANGED
@@ -8,7 +8,7 @@ API_BASE = "/"
|
|
8 |
API_PREFIX = "/api/" + APP_VERSION
|
9 |
|
10 |
BASE_PATH = os.path.dirname(os.path.abspath(__file__)).split("/app")[0]
|
11 |
-
UPLOAD_DIR = os.path.join(
|
12 |
STATIC_DIR = os.path.join(BASE_PATH, "app", "static")
|
13 |
|
14 |
API_READINESS = "/readiness"
|
|
|
8 |
API_PREFIX = "/api/" + APP_VERSION
|
9 |
|
10 |
BASE_PATH = os.path.dirname(os.path.abspath(__file__)).split("/app")[0]
|
11 |
+
UPLOAD_DIR = os.path.join("/tmp", "audio")
|
12 |
STATIC_DIR = os.path.join(BASE_PATH, "app", "static")
|
13 |
|
14 |
API_READINESS = "/readiness"
|