revana commited on
Commit
f26ca7b
·
verified ·
1 Parent(s): 4c6afdd

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -4
requirements.txt CHANGED
@@ -1,8 +1,6 @@
1
- # fingpt HF Space — minimal runtime deps (no server/monitoring stack)
 
2
  torch>=2.3.0
3
  transformers>=4.45.0
4
  accelerate>=0.30.0
5
- gradio>=5.0.0
6
- huggingface_hub>=0.26.0
7
  sentencepiece
8
- audioop-lts # audioop removed in Python 3.13; pydub (gradio dep) needs it
 
1
+ # fingpt HF Space — extra deps on top of the gradio SDK install
2
+ # Note: gradio itself is installed by the Space runtime via sdk_version in README.md
3
  torch>=2.3.0
4
  transformers>=4.45.0
5
  accelerate>=0.30.0
 
 
6
  sentencepiece