Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ gradio
|
|
2 |
transformers
|
3 |
pandas
|
4 |
numpy
|
5 |
-
|
|
|
|
2 |
transformers
|
3 |
pandas
|
4 |
numpy
|
5 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
6 |
+
torch==2.6.0+cpu
|