From 8c189aa9cbfcfc1d10f11d8e06682704c770d9c0 Mon Sep 17 00:00:00 2001 From: TaurusXin Date: Wed, 27 Dec 2023 15:16:19 +0800 Subject: [PATCH] fix: image not in gallery in 75 --- content/post/075.chatglm3/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/post/075.chatglm3/index.md b/content/post/075.chatglm3/index.md index d8cd654..2cea79b 100644 --- a/content/post/075.chatglm3/index.md +++ b/content/post/075.chatglm3/index.md @@ -162,7 +162,9 @@ self.model = ( streamlit run main.py ``` -如果一切工作正常,且你已经下载好了模型,那么将会弹出一个交互式的网页,你可以在里面进行对话等操作。![ChatGLM3 DEMO](https://cdn.taurusxin.com/hugo/2023/12/27/chatglm3-demo.png) +如果一切工作正常,且你已经下载好了模型,那么将会弹出一个交互式的网页,你可以在里面进行对话等操作。 + +![ChatGLM3 DEMO](https://cdn.taurusxin.com/hugo/2023/12/27/chatglm3-demo.png) ## 结语