Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
torch
|
| 2 |
torchaudio
|
| 3 |
torchvision
|
|
@@ -22,7 +23,7 @@ facexlib==0.3.0
|
|
| 22 |
timm==1.0.9
|
| 23 |
func_timeout==4.3.5
|
| 24 |
tensorboard==2.17.1
|
| 25 |
-
gradio==4.44.
|
| 26 |
spaces
|
| 27 |
pillow==10.4.0
|
| 28 |
spandrel==0.4.0
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu122
|
| 2 |
torch
|
| 3 |
torchaudio
|
| 4 |
torchvision
|
|
|
|
| 23 |
timm==1.0.9
|
| 24 |
func_timeout==4.3.5
|
| 25 |
tensorboard==2.17.1
|
| 26 |
+
gradio==4.44.1
|
| 27 |
spaces
|
| 28 |
pillow==10.4.0
|
| 29 |
spandrel==0.4.0
|