jonghhhh commited on
Commit
fe59d57
1 Parent(s): f34f43f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- pandas
2
- numpy
3
- PIL
4
- gradio
5
- transformers
 
1
+ gradio==3.1.4
2
+ transformers==4.18.0
3
+ torch==1.11.0
4
+ numpy==1.21.6
5
+ Pillow==9.1.0