Spaces:
Running on Zero
Running on Zero
Update requirements.txt
Browse filesupdate gradio version. Fix possible wrong syntax
- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Core UI and Runtime Environment
|
| 2 |
-
gradio=
|
| 3 |
spaces
|
| 4 |
numpy
|
| 5 |
pillow
|
|
@@ -8,9 +8,10 @@ pillow
|
|
| 8 |
opencv-python-headless
|
| 9 |
|
| 10 |
# Deep Learning Frameworks
|
|
|
|
| 11 |
torch
|
| 12 |
torchvision
|
| 13 |
-
torchaudio
|
| 14 |
|
| 15 |
# Model Architectures & Pipelines (Tzefa / DocRes / Two-Stage GAN)
|
| 16 |
transformers
|
|
|
|
| 1 |
# Core UI and Runtime Environment
|
| 2 |
+
gradio>=6.0
|
| 3 |
spaces
|
| 4 |
numpy
|
| 5 |
pillow
|
|
|
|
| 8 |
opencv-python-headless
|
| 9 |
|
| 10 |
# Deep Learning Frameworks
|
| 11 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 12 |
torch
|
| 13 |
torchvision
|
| 14 |
+
torchaudio
|
| 15 |
|
| 16 |
# Model Architectures & Pipelines (Tzefa / DocRes / Two-Stage GAN)
|
| 17 |
transformers
|