Spaces:
Runtime error
Runtime error
Braszczynski
commited on
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
huggingface_hub==0.25.2
|
2 |
-
gradio
|
3 |
-
transformers
|
4 |
-
torch
|
5 |
-
tensorflow
|
6 |
-
flax
|
7 |
-
adapter-transformers
|
|
|
1 |
huggingface_hub==0.25.2
|
2 |
+
gradio==5.8.0
|
3 |
+
transformers==4.30.2
|
4 |
+
torch==2.0.1
|
5 |
+
tensorflow==2.10.1
|
6 |
+
flax==0.10.2
|
7 |
+
adapter-transformers==4.0.0
|