Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
|
@@ -1,11 +1,10 @@
|
|
| 1 |
-
git+https://github.com/inference-sh/Real-ESRGAN.git
|
| 2 |
opencv-python
|
| 3 |
spaces
|
| 4 |
diffusers
|
| 5 |
-
torch
|
| 6 |
torchvision
|
| 7 |
pipeline
|
| 8 |
-
transformers
|
| 9 |
accelerate
|
| 10 |
safetensors
|
| 11 |
spaces
|
|
@@ -13,4 +12,4 @@ peft
|
|
| 13 |
gradio
|
| 14 |
pillow
|
| 15 |
gradio-imageslider
|
| 16 |
-
|
|
|
|
|
|
|
| 1 |
opencv-python
|
| 2 |
spaces
|
| 3 |
diffusers
|
| 4 |
+
torch==2.4.0
|
| 5 |
torchvision
|
| 6 |
pipeline
|
| 7 |
+
transformers<=4.49.0
|
| 8 |
accelerate
|
| 9 |
safetensors
|
| 10 |
spaces
|
|
|
|
| 12 |
gradio
|
| 13 |
pillow
|
| 14 |
gradio-imageslider
|
| 15 |
+
pydantic==2.10.6
|