...
Browse files
files_cells/python/en/downloading_en.py
CHANGED
|
@@ -395,7 +395,7 @@ def manual_download(url, dst_dir, file_name):
|
|
| 395 |
if model_name and image_url:
|
| 396 |
image_file_name = gen_preview_filename(model_name if not file_name else file_name, image_url)
|
| 397 |
if model_type in supported_types:
|
| 398 |
-
|
| 399 |
# with capture.capture_output() as cap: # clear shit
|
| 400 |
# get_ipython().system('aria2c {aria2_args} -d {dst_dir} -o {image_file_name} {image_url}')
|
| 401 |
# del cap
|
|
|
|
| 395 |
if model_name and image_url:
|
| 396 |
image_file_name = gen_preview_filename(model_name if not file_name else file_name, image_url)
|
| 397 |
if model_type in supported_types:
|
| 398 |
+
pass
|
| 399 |
# with capture.capture_output() as cap: # clear shit
|
| 400 |
# get_ipython().system('aria2c {aria2_args} -d {dst_dir} -o {image_file_name} {image_url}')
|
| 401 |
# del cap
|