diff --git a/README.md b/README.md index a2f79af..512fb0f 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ cd ChatGLM-6B #### 网页版 Demo -![web-demo](resources/web-demo.png) +![web-demo](resources/web-demo.gif) 首先安装 Gradio:`pip install gradio`,然后运行仓库中的 [web_demo.py](web_demo.py): @@ -72,7 +72,7 @@ cd ChatGLM-6B python web_demo.py ``` -程序会运行一个 Web Server,并输出地址。在浏览器中打开输出的地址即可使用。 +程序会运行一个 Web Server,并输出地址。在浏览器中打开输出的地址即可使用。最新版demo实现了打字机效果,速度体验大大提升。 感谢[@AdamBear](https://github.com/AdamBear) 实现了基于Streamlit的网页版demo,运行方式见[#117](https://github.com/THUDM/ChatGLM-6B/pull/117). diff --git a/resources/web-demo.gif b/resources/web-demo.gif new file mode 100644 index 0000000..a3bf9c4 Binary files /dev/null and b/resources/web-demo.gif differ