roll-ai commited on
Commit
782dbf6
Β·
verified Β·
1 Parent(s): 69369b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def download_weights():
37
  else:
38
  print(f"βœ… Already exists: {local_path}")
39
 
40
- # download_weights()
41
 
42
  def print_ckpt_structure(base_path="ckpt"):
43
  print(f"πŸ“‚ Listing structure of: {base_path}", flush=True)
 
37
  else:
38
  print(f"βœ… Already exists: {local_path}")
39
 
40
+ download_weights()
41
 
42
  def print_ckpt_structure(base_path="ckpt"):
43
  print(f"πŸ“‚ Listing structure of: {base_path}", flush=True)