Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -2,4 +2,6 @@ streamlit
|
|
2 |
transformers
|
3 |
PyPDF2
|
4 |
requests
|
5 |
-
torch
|
|
|
|
|
|
2 |
transformers
|
3 |
PyPDF2
|
4 |
requests
|
5 |
+
torch
|
6 |
+
torchvision
|
7 |
+
torchaudio --extra-index-url https://download.pytorch.org/whl/cu118
|