pranavajay commited on
Commit
546e795
·
verified ·
1 Parent(s): 133445b

Update A.py

Browse files
Files changed (1) hide show
  1. A.py +1 -2
A.py CHANGED
@@ -65,8 +65,7 @@ if __name__ == "__main__":
65
  output_file = "output_checkpoint.safetensors"
66
 
67
  # Downloading files
68
- download_file(model1_url, model1_path)
69
- download_file(model2_url, model2_path)
70
 
71
  # Loading models
72
  model1 = load_model(model1_path)
 
65
  output_file = "output_checkpoint.safetensors"
66
 
67
  # Downloading files
68
+
 
69
 
70
  # Loading models
71
  model1 = load_model(model1_path)