Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -5,4 +5,7 @@ pdfplumber
|
|
5 |
torch
|
6 |
nltk
|
7 |
pyngrok
|
8 |
-
python-multipart
|
|
|
|
|
|
|
|
5 |
torch
|
6 |
nltk
|
7 |
pyngrok
|
8 |
+
python-multipart
|
9 |
+
torch==2.0.1+cu118 # Ensure CUDA-enabled PyTorch is installed
|
10 |
+
torchvision==0.15.2+cu118
|
11 |
+
torchaudio==2.0.2+cu118
|