From e847f85a14b85a94cfa6e109ecab69974eeeb443 Mon Sep 17 00:00:00 2001
From: zhifu gao <zhifu.gzf@alibaba-inc.com>
Date: 星期一, 11 三月 2024 19:32:07 +0800
Subject: [PATCH] Dev gzf (#1468)

---
 README.md |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 3bd52ea..d159050 100644
--- a/README.md
+++ b/README.md
@@ -215,14 +215,14 @@
 
 ### Command-line usage
 ```shell
-funasr-export ++model=paraformer ++quantize=false
+funasr-export ++model=paraformer ++quantize=false ++device=cpu
 ```
 
-### python
+### Python
 ```python
 from funasr import AutoModel
 
-model = AutoModel(model="paraformer")
+model = AutoModel(model="paraformer", device="cpu")
 
 res = model.export(quantize=False)
 ```
@@ -244,9 +244,9 @@
 
 You can also scan the following DingTalk group or WeChat group QR code to join the community group for communication and discussion.
 
-|DingTalk group |                     WeChat group                      |
-|:---:|:-----------------------------------------------------:|
-|<div align="left"><img src="docs/images/dingding.jpg" width="250"/> | <img src="docs/images/wechat.png" width="215"/></div> |
+|                           DingTalk group                            |                     WeChat group                      |
+|:-------------------------------------------------------------------:|:-----------------------------------------------------:|
+| <div align="left"><img src="docs/images/dingding.png" width="250"/> | <img src="docs/images/wechat.png" width="215"/></div> |
 
 ## Contributors
 

--
Gitblit v1.9.1