Carlos Bonilla commited on
Commit
edf5c22
1 Parent(s): 771ee64

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -8
requirements.txt CHANGED
@@ -1,10 +1,10 @@
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
- Streamlit
3
- opencv-python-headless
4
- numpy
5
- easyocr
6
  Pillow
7
- TensorFlow
8
- JAX
9
- Rust
10
- Transformers
 
 
 
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