Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
1 |
gradio==4.21.0
|
2 |
-
torch==2.
|
3 |
-
torchvision==0.
|
|
|
|
1 |
+
# requirements.txt (GPU build, CUDA 12.8)
|
2 |
+
--extra-index-url https://download.pytorch.org/whl/cu128
|
3 |
gradio==4.21.0
|
4 |
+
torch==2.7.0+cu128
|
5 |
+
torchvision==0.22.0+cu128
|
6 |
+
transformers
|