Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -89,6 +89,9 @@ tenacity==8.2.2
|
|
89 |
tiktoken==0.3.3
|
90 |
torch==2.0.0
|
91 |
torchvision==0.15.1
|
|
|
|
|
|
|
92 |
typing-inspect==0.8.0
|
93 |
unstructured==0.6.2
|
94 |
|
|
|
89 |
tiktoken==0.3.3
|
90 |
torch==2.0.0
|
91 |
torchvision==0.15.1
|
92 |
+
|
93 |
+
transformers==4.31.0
|
94 |
+
|
95 |
typing-inspect==0.8.0
|
96 |
unstructured==0.6.2
|
97 |
|