LinkLinkWu commited on
Commit
b854469
·
verified ·
1 Parent(s): f5fa2df

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -9
requirements.txt CHANGED
@@ -1,9 +1,8 @@
1
- # requirements.txt ── deps for Hugging Face Space
2
- streamlit>=1.33 # front-end UI
3
- transformers>=4.40 # Hugging Face pipelines
4
- torch>=2.2 # core tensor library (CPU build auto-selected by HF)
5
- soundfile # write WAV audio
6
- numpy # array ops for audio concat
7
- pillow # image handling (PIL)
8
- sentencepiece # tokenizer back-end for some models
9
- accelerate # speeds up HF inference, optional but lightweight
 
1
+ streamlit
2
+ transformers
3
+ torch
4
+ soundfile
5
+ numpy
6
+ pillow
7
+ sentencepiece
8
+ accelerate