Spaces:
Running on Zero
Running on Zero
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu128
|
| 2 |
-
torch==2.
|
| 3 |
-
torchaudio==2.
|
| 4 |
gradio>=4.0.0
|
| 5 |
diffusers>=0.30.0
|
| 6 |
huggingface_hub>=0.24.0
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu128
|
| 2 |
+
torch==2.8.0+cu128
|
| 3 |
+
torchaudio==2.8.0+cu128
|
| 4 |
gradio>=4.0.0
|
| 5 |
diffusers>=0.30.0
|
| 6 |
huggingface_hub>=0.24.0
|