Yapp99 commited on
Commit
2f1a642
·
1 Parent(s): 5531de0

small changes

Browse files
Files changed (1) hide show
  1. schema.py +1 -0
schema.py CHANGED
@@ -23,6 +23,7 @@ MODEL_ARGS = {
23
  }
24
 
25
  for model_arg in MODEL_ARGS.values():
 
26
  hf_hub_download(**model_arg)
27
 
28
 
 
23
  }
24
 
25
  for model_arg in MODEL_ARGS.values():
26
+ print(f"Downloading {model_arg}")
27
  hf_hub_download(**model_arg)
28
 
29