Update README.md
Browse files
README.md
CHANGED
@@ -53,7 +53,7 @@ hugface_upload(yun_folders, repo_id)
|
|
53 |
- 第一步:下载文件
|
54 |
```notebook
|
55 |
!apt install -y aria2
|
56 |
-
!aria2c -x 16 -s 16 -c -k 1M "
|
57 |
```
|
58 |
- 第二步:使用上述代码的API上传
|
59 |
```python
|
|
|
53 |
- 第一步:下载文件
|
54 |
```notebook
|
55 |
!apt install -y aria2
|
56 |
+
!aria2c -x 16 -s 16 -c -k 1M "把下载链接填到这双引号里" -o "保存的文件名称.safetensors"
|
57 |
```
|
58 |
- 第二步:使用上述代码的API上传
|
59 |
```python
|