cdb24 commited on
Commit
e269ef2
1 Parent(s): e19fcc9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -11
requirements.txt CHANGED
@@ -1,11 +1,5 @@
1
- # To ensure app dependencies are ported from your virtual environment/host machine into your container, run 'pip freeze > requirements.txt' in the terminal to overwrite this file
2
-
3
- streamlit==0.84.1
4
- Pillow
5
- jax[cpu]
6
- flax
7
- transformers
8
- huggingface_hub
9
- googletrans==4.0.0-rc1
10
- protobuf==3.20
11
- torch
 
1
+ streamlit
2
+ pandas
3
+ numpy
4
+ transformers
5
+ torch