Spaces:
Running on Zero
Running on Zero
Rawal Khirodkar commited on
Commit ·
8c10ffc
1
Parent(s): fe9554e
Use PyTorch 2.11 for ZeroGPU
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
gradio==6.13.0
|
| 2 |
spaces
|
| 3 |
|
| 4 |
-
torch==2.
|
| 5 |
-
torchvision==0.
|
| 6 |
|
| 7 |
numpy
|
| 8 |
opencv-python
|
|
|
|
| 1 |
gradio==6.13.0
|
| 2 |
spaces
|
| 3 |
|
| 4 |
+
torch==2.11.0
|
| 5 |
+
torchvision==0.26.0
|
| 6 |
|
| 7 |
numpy
|
| 8 |
opencv-python
|