Spaces:
Running on Zero
Running on Zero
Commit ·
601ad80
1
Parent(s): fad5777
Use ZeroGPU-compatible PyTorch
Browse filesCo-authored-by: Cursor <cursoragent@cursor.com>
- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
huggingface_hub
|
| 2 |
# Core dependencies
|
| 3 |
spaces
|
| 4 |
-
torch==2.
|
| 5 |
-
torchvision==0.
|
| 6 |
gradio==5.50.0
|
| 7 |
numpy==2.2.6
|
| 8 |
pillow
|
|
|
|
| 1 |
huggingface_hub
|
| 2 |
# Core dependencies
|
| 3 |
spaces
|
| 4 |
+
torch==2.8.0
|
| 5 |
+
torchvision==0.23.0
|
| 6 |
gradio==5.50.0
|
| 7 |
numpy==2.2.6
|
| 8 |
pillow
|