Spaces:
Runtime error
Runtime error
anchor
commited on
Update app_gradio_space.py
Browse files- app_gradio_space.py +1 -1
app_gradio_space.py
CHANGED
|
@@ -52,7 +52,7 @@ print(result)
|
|
| 52 |
|
| 53 |
def download_model():
|
| 54 |
if not os.path.exists(CheckpointsDir):
|
| 55 |
-
print("Checkpoint Not Downloaded, start downloading...")
|
| 56 |
tic = time.time()
|
| 57 |
snapshot_download(
|
| 58 |
repo_id="TMElyralab/MuseV",
|
|
|
|
| 52 |
|
| 53 |
def download_model():
|
| 54 |
if not os.path.exists(CheckpointsDir):
|
| 55 |
+
print(f"Checkpoint Not Downloaded, start downloading to {CheckpointsDir} ...")
|
| 56 |
tic = time.time()
|
| 57 |
snapshot_download(
|
| 58 |
repo_id="TMElyralab/MuseV",
|