Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -8,5 +8,6 @@ faiss-cpu
|
|
8 |
openai
|
9 |
gradio
|
10 |
unstructured
|
11 |
-
|
|
|
12 |
python-docx
|
|
|
8 |
openai
|
9 |
gradio
|
10 |
unstructured
|
11 |
+
torch==1.4.0+cpu
|
12 |
+
torchvision==0.5.0+cpu
|
13 |
python-docx
|