Skip to content

Commit f7283b2

Browse files
Merge pull request #487 from zRzRzRzRzRzRzR/main
更新demo地址
2 parents ac2baa0 + 14d1141 commit f7283b2

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ examples/*grounding.png
99
archive*
1010
hostfile
1111
runs/
12-
*.idea/
12+
*.idea/
13+
.DS_Store

README.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</tr>
2525
<tr>
2626
<td colspan="2" align="center">
27-
<p>🌐 Web Demo for both CogVLM and CogAgent: <a href="http://36.103.203.44:7861">this link</a></p>
27+
<p>🌐 Web Demo for both CogVLM2: <a href="http://36.103.203.44:7861">this link</a></p>
2828
</td>
2929
</tr>
3030
</table>
@@ -86,7 +86,7 @@
8686

8787
### Option 1: Inference Using Web Demo.
8888

89-
* Click here to enter [CogVLM & CogAgent Web Demo](http://36.103.203.44:7861/)
89+
* Click here to enter [CogVLM2 Demo](http://36.103.203.44:7861/)
9090

9191
If you need to use Agent and Grounding functions, please refer to [Cookbook - Task Prompts](#task-prompts)
9292

@@ -95,11 +95,6 @@ If you need to use Agent and Grounding functions, please refer to [Cookbook - Ta
9595
We support two GUIs for model inference, **CLI** and **web demo** . If you want to use it in your python code, it is
9696
easy to modify the CLI scripts for your case.
9797

98-
99-
<!-- ### Online Web Demo
100-
We provide a [web demo](http://36.103.203.44:7861/) based on [Gradio](https://gradio.app). -->
101-
102-
10398
First, we need to install the dependencies.
10499

105100
```bash

README_zh.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</tr>
2525
<tr>
2626
<td colspan="2" align="center">
27-
<p>🌐 CogVLM 和 CogAgent 的网络演示: <a href="http://36.103.203.44:7861">this link</a></p>
27+
<p>🌐 CogVLM2 在线体验: <a href="http://36.103.203.44:7861">this link</a></p>
2828
</td>
2929
</tr>
3030
</table>
@@ -79,7 +79,7 @@
7979

8080
### 选项1:使用网页演示进行推理
8181

82-
* 点击此处进入 [CogVLM & CogAgent Web Demo](http://36.103.203.44:7861/)
82+
* 点击此处进入 [CogVLM2 Web Demo](http://36.103.203.44:7861/)
8383

8484
如果您需要使用代理和接地功能,请参考[Cookbook - Task Prompts](#task-prompts)
8585

0 commit comments

Comments
 (0)