SayknowLab commited on
Commit
9168850
·
verified ·
1 Parent(s): 720b754

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- # requirements.txt
2
  pandas
3
  torch
4
  flask
5
- transformers
6
  dicttoxml
7
- gunicorn # ★★★★ 이거 중요! 뒤에서 설명할 Flask 앱 실행 도우미!
8
- openpyxl
 
 
 
1
  pandas
2
  torch
3
  flask
4
+ transformers==4.35.2
5
  dicttoxml
6
+ gunicorn
7
+ openpyxl
8
+ huggingface_hub==0.17.3