Spaces:
Running
on
Zero
Running
on
Zero
zRzRzRzRzRzRzR
commited on
Commit
·
3c9fd16
1
Parent(s):
775ce61
update
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
title: GLM-4.1V-9B-Thinking-Demo
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
|
|
|
| 1 |
---
|
| 2 |
title: GLM-4.1V-9B-Thinking-Demo
|
| 3 |
+
emoji: 🐢
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
app.py
CHANGED
|
@@ -257,7 +257,9 @@ with demo:
|
|
| 257 |
"<div style='text-align:center;'><a href='https://huggingface.co/THUDM/GLM-4.1V-9B-Thinking'>Model Hub</a> | "
|
| 258 |
"<a href='https://github.com/THUDM/GLM-4.1V-Thinking'>Github</a> |"
|
| 259 |
"<a href='https://arxiv.org/abs/2507.01006'>Paper</a> |"
|
| 260 |
-
"<a href='https://www.bigmodel.cn/dev/api/visual-reasoning-model/GLM-4.1V-Thinking'>API</a>
|
|
|
|
|
|
|
| 261 |
)
|
| 262 |
raw_history = gr.State([])
|
| 263 |
|
|
|
|
| 257 |
"<div style='text-align:center;'><a href='https://huggingface.co/THUDM/GLM-4.1V-9B-Thinking'>Model Hub</a> | "
|
| 258 |
"<a href='https://github.com/THUDM/GLM-4.1V-Thinking'>Github</a> |"
|
| 259 |
"<a href='https://arxiv.org/abs/2507.01006'>Paper</a> |"
|
| 260 |
+
"<a href='https://www.bigmodel.cn/dev/api/visual-reasoning-model/GLM-4.1V-Thinking'>API</a> </div>"
|
| 261 |
+
"<div style='text-align:center;color:gray;font-size:14px;margin-top:10px;'>This demo runs on local GPU for faster experience. For the API version, visit <a href='https://huggingface.co/spaces/THUDM/GLM-4.1V-9B-Thinking-API-Demo' target='_blank'>this Space</a>.</div>"
|
| 262 |
+
|
| 263 |
)
|
| 264 |
raw_history = gr.State([])
|
| 265 |
|