Androidonnxfork commited on
Commit
6fcc7bb
·
1 Parent(s): ef352a0

Update app1.py

Browse files
Files changed (1) hide show
  1. app1.py +1 -1
app1.py CHANGED
@@ -12,7 +12,7 @@ def convert_checkpoint(url, name,repo_id, hf_token ,visibility ,image_size, sche
12
  os.system(f"wget -q {url} --content-disposition -O {name}.safetensors")
13
 
14
  time.sleep(5)
15
- print(Download successful)
16
 
17
  # Construct the checkpoint path and dump path
18
  checkpoint_path = f"{name}.safetensors"
 
12
  os.system(f"wget -q {url} --content-disposition -O {name}.safetensors")
13
 
14
  time.sleep(5)
15
+ print("Download successful")
16
 
17
  # Construct the checkpoint path and dump path
18
  checkpoint_path = f"{name}.safetensors"