Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
torch
|
|
|
|
1 |
+
gradio==4.22.0
|
2 |
+
transformers==4.41.0
|
3 |
+
torch==2.2.2
|
4 |
+
pydantic==2.10.6
|