feiyang-cai commited on
Commit
fe4d967
·
1 Parent(s): 6500e94

Fix: Add python 3.12, pin huggingface_hub==0.34.3 and pydantic==2.10.6, upgrade Gradio to 5.23.2

Browse files
Files changed (2) hide show
  1. README.md +4 -2
  2. requirements.txt +2 -1
README.md CHANGED
@@ -4,9 +4,11 @@ emoji: 🏃
4
  colorFrom: gray
5
  colorTo: purple
6
  sdk: gradio
7
- sdk_version: 5.3.0
8
  app_file: app.py
9
- pinned: false
 
 
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
4
  colorFrom: gray
5
  colorTo: purple
6
  sdk: gradio
7
+ sdk_version: 5.23.2
8
  app_file: app.py
9
+ pinned: true
10
+ license: mit
11
+ python_version: "3.12"
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
requirements.txt CHANGED
@@ -1,6 +1,7 @@
 
 
1
  transformers
2
  torch
3
- huggingface_hub
4
  pandas
5
  peft
6
  tqdm
 
1
+ huggingface_hub==0.34.3
2
+ pydantic==2.10.6
3
  transformers
4
  torch
 
5
  pandas
6
  peft
7
  tqdm