zRzRzRzRzRzRzR commited on
Commit
b94b06e
·
1 Parent(s): 15fff10
Files changed (2) hide show
  1. README.md +4 -5
  2. requirements.txt +2 -2
README.md CHANGED
@@ -1,20 +1,19 @@
1
  ---
2
- title: GLM-4.1V-9B
3
  emoji: 🖼️
4
  colorFrom: yellow
5
  colorTo: blue
6
  sdk: gradio
7
- sdk_version: 5.25.2
8
  suggested_hardware: l40sx1
9
  suggested_storage: large
10
  app_port: 7860
11
  app_file: app.py
12
  models:
13
- - THUDM/GLM-4.1V-9B
14
  tags:
15
- - image2text
16
  - GLM
17
- short_description: Image-to-Text
18
  disable_embedding: false
19
  ---
20
 
 
1
  ---
2
+ title: GLM-4.1V-9B-Thinking-Demo
3
  emoji: 🖼️
4
  colorFrom: yellow
5
  colorTo: blue
6
  sdk: gradio
7
+ sdk_version: 5.34.2
8
  suggested_hardware: l40sx1
9
  suggested_storage: large
10
  app_port: 7860
11
  app_file: app.py
12
  models:
13
+ - THUDM/GLM-4.1V-9B-Thinking
14
  tags:
 
15
  - GLM
16
+ short_description: THUDM/GLM-4.1V-9B-Thinking Demo
17
  disable_embedding: false
18
  ---
19
 
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
  git+https://github.com/huggingface/transformers.git@main
2
  accelerate>=1.6.0
3
- opencv-python>=4.11.0.86
4
  gradio==5.25.0
5
  spaces>=0.37.1
6
  PyMuPDF>=1.26.1
7
  torchvision==0.20.1
8
- torch==2.5.1
 
 
1
  git+https://github.com/huggingface/transformers.git@main
2
  accelerate>=1.6.0
 
3
  gradio==5.25.0
4
  spaces>=0.37.1
5
  PyMuPDF>=1.26.1
6
  torchvision==0.20.1
7
+ torch==2.5.1
8
+ av>=14.4.0