Spaces:
Sleeping
Sleeping
Commit ·
5f9c963
1
Parent(s): d3a25f5
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
streamlit
|
| 2 |
Pillow
|
| 3 |
jax[cpu]
|
| 4 |
flax
|
| 5 |
transformers
|
| 6 |
huggingface_hub
|
| 7 |
-
googletrans
|
| 8 |
-
protobuf
|
|
|
|
| 1 |
+
streamlit==0.84.1
|
| 2 |
Pillow
|
| 3 |
jax[cpu]
|
| 4 |
flax
|
| 5 |
transformers
|
| 6 |
huggingface_hub
|
| 7 |
+
googletrans==4.0.0-rc1
|
| 8 |
+
protobuf==3.20
|