Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
transformers==4.36.2
|
| 2 |
-
torch==2.
|
| 3 |
-
torchvision==0.
|
| 4 |
-
torchaudio==2.
|
| 5 |
huggingface_hub==0.20.3
|
| 6 |
-
|
| 7 |
scipy==1.10.1
|
| 8 |
scikit-image==0.21.0
|
| 9 |
opencv-python==4.7.0.72
|
|
@@ -12,7 +12,6 @@ diffusers==0.25.0
|
|
| 12 |
accelerate==0.26.1
|
| 13 |
matplotlib==3.7.4
|
| 14 |
tqdm==4.64.1
|
| 15 |
-
gradio==4.32.2
|
| 16 |
config==0.5.1
|
| 17 |
einops==0.7.0
|
| 18 |
onnxruntime==1.16.2
|
|
|
|
| 1 |
transformers==4.36.2
|
| 2 |
+
torch==2.2.2
|
| 3 |
+
torchvision==0.17.2
|
| 4 |
+
torchaudio==2.2.2
|
| 5 |
huggingface_hub==0.20.3
|
| 6 |
+
pydantic==2.10.6
|
| 7 |
scipy==1.10.1
|
| 8 |
scikit-image==0.21.0
|
| 9 |
opencv-python==4.7.0.72
|
|
|
|
| 12 |
accelerate==0.26.1
|
| 13 |
matplotlib==3.7.4
|
| 14 |
tqdm==4.64.1
|
|
|
|
| 15 |
config==0.5.1
|
| 16 |
einops==0.7.0
|
| 17 |
onnxruntime==1.16.2
|