Spaces:
Sleeping
Sleeping
Init Code FaceForge GPU Gradio
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -21,7 +21,7 @@ basicsr==1.4.2
|
|
| 21 |
|
| 22 |
# PyTorch (GPU) - Critical for CUDA
|
| 23 |
torch
|
| 24 |
-
torchvision
|
| 25 |
#--extra-index-url https://download.pytorch.org/whl/cu118
|
| 26 |
#--extra-index-url https://download.pytorch.org/whl/cu121
|
| 27 |
|
|
|
|
| 21 |
|
| 22 |
# PyTorch (GPU) - Critical for CUDA
|
| 23 |
torch
|
| 24 |
+
torchvision==0.13.1
|
| 25 |
#--extra-index-url https://download.pytorch.org/whl/cu118
|
| 26 |
#--extra-index-url https://download.pytorch.org/whl/cu121
|
| 27 |
|