amitlal commited on
Commit
1333707
·
verified ·
1 Parent(s): ea4cb05

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +2 -1
  2. requirements.txt +1 -1
README.md CHANGED
@@ -4,7 +4,8 @@ emoji: "\U0001F4CA"
4
  colorFrom: green
5
  colorTo: gray
6
  sdk: gradio
7
- sdk_version: "4.44.0"
 
8
  app_file: app.py
9
  pinned: true
10
  license: mit
 
4
  colorFrom: green
5
  colorTo: gray
6
  sdk: gradio
7
+ sdk_version: "5.20.0"
8
+ python_version: "3.12"
9
  app_file: app.py
10
  pinned: true
11
  license: mit
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  # FinanceBench-LLM — Hugging Face Spaces Requirements
2
  # These are the ONLY dependencies needed for the free CPU demo.
3
 
4
- gradio>=4.0.0
5
  huggingface-hub>=0.20.0
6
 
7
  # For local PEFT inference (if using GPU Space):
 
1
  # FinanceBench-LLM — Hugging Face Spaces Requirements
2
  # These are the ONLY dependencies needed for the free CPU demo.
3
 
4
+ gradio>=5.0.0
5
  huggingface-hub>=0.20.0
6
 
7
  # For local PEFT inference (if using GPU Space):