Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- README.md +2 -1
- 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: "
|
|
|
|
| 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>=
|
| 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):
|