Spaces:
Runtime error
Runtime error
fikird
commited on
Commit
·
51d03ec
1
Parent(s):
9dd0b76
Fix PyTorch CPU dependency in requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
gradio==4.14.0
|
2 |
-
|
|
|
3 |
transformers==4.35.2
|
4 |
duckduckgo-search==3.9.3
|
5 |
beautifulsoup4==4.12.2
|
|
|
1 |
gradio==4.14.0
|
2 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
3 |
+
torch==2.1.0
|
4 |
transformers==4.35.2
|
5 |
duckduckgo-search==3.9.3
|
6 |
beautifulsoup4==4.12.2
|