Spaces:
Running
Running
update server.py
Browse files- download-model.py +2 -2
download-model.py
CHANGED
@@ -265,8 +265,8 @@ class ModelDownloader:
|
|
265 |
else:
|
266 |
print(f"Downloading the model to {output_folder}")
|
267 |
|
268 |
-
|
269 |
-
|
270 |
|
271 |
self.start_download_threads(links, output_folder, start_from_scratch=start_from_scratch, threads=threads)
|
272 |
|
|
|
265 |
else:
|
266 |
print(f"Downloading the model to {output_folder}")
|
267 |
|
268 |
+
print("Download links" + links)
|
269 |
+
print("Download output_folder" + output_folder)
|
270 |
|
271 |
self.start_download_threads(links, output_folder, start_from_scratch=start_from_scratch, threads=threads)
|
272 |
|