Spaces:
Running
Running
updated file path
Browse files
paths.py
CHANGED
@@ -10,7 +10,7 @@ def join_paths(
|
|
10 |
|
11 |
|
12 |
def get_app_path() -> str:
|
13 |
-
app_dir = os.
|
14 |
work_dir = os.path.dirname(app_dir)
|
15 |
return work_dir
|
16 |
|
|
|
10 |
|
11 |
|
12 |
def get_app_path() -> str:
|
13 |
+
app_dir = os.path.dirname(__file__)
|
14 |
work_dir = os.path.dirname(app_dir)
|
15 |
return work_dir
|
16 |
|