WENior commited on
Commit
3f28831
·
verified ·
1 Parent(s): 02acc58

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -0
requirements.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ gradio>=4.0.0
2
+ transformers>=4.45.0
3
+ torch # HF Spaces 会自动装 CPU 版
4
+ sentencepiece # 翻译模型需要
5
+ matplotlib
6
+ numpy