anchor commited on
Commit
0c60a26
1 Parent(s): 10d3594

Update app_gradio_space.py

Browse files
Files changed (1) hide show
  1. 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",