Commit c7067c85 authored by 赵小蒙's avatar 赵小蒙

docs(models_zh_cn): add print statement to download models example

Add a print statement to the example code in 'how_to_download_models_zh_cn.md' to
output the downloaded model directory path. This enhancement aids users in locating
the model files as it provides a clear indication of where they are saved on the
user's file system.
parent 361f5042
......@@ -42,6 +42,7 @@ pip install modelscope
# 使用modelscope sdk下载模型
from modelscope import snapshot_download
model_dir = snapshot_download('wanderkid/PDF-Extract-Kit')
print(f"模型文件下载路径为:{model_dir}")
```
## 额外步骤
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment