Spaces:
Sleeping
Sleeping
Carlos Bonilla
commited on
Commit
•
edf5c22
1
Parent(s):
771ee64
Update requirements.txt
Browse files- 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 |
-
|
3 |
-
|
4 |
-
numpy
|
5 |
-
easyocr
|
6 |
Pillow
|
7 |
-
|
8 |
-
|
9 |
-
|
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 |
+
|
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
|