Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ import shutil
|
|
31 |
|
32 |
|
33 |
ProjectDir = os.path.abspath(os.path.dirname(__file__))
|
34 |
-
CheckpointsDir = os.path.join(ProjectDir, "
|
35 |
|
36 |
def download_model():
|
37 |
if not os.path.exists(CheckpointsDir):
|
|
|
31 |
|
32 |
|
33 |
ProjectDir = os.path.abspath(os.path.dirname(__file__))
|
34 |
+
CheckpointsDir = os.path.join(ProjectDir, "models")
|
35 |
|
36 |
def download_model():
|
37 |
if not os.path.exists(CheckpointsDir):
|