Spaces:
Sleeping
Sleeping
Add decord and webdataset dependencies
Browse files- requirements.txt +4 -3
- requirements_hf.txt +3 -2
requirements.txt
CHANGED
|
@@ -23,12 +23,13 @@ pyyaml
|
|
| 23 |
av==12.3.0
|
| 24 |
|
| 25 |
# Gradio for web interface
|
| 26 |
-
gradio>=
|
| 27 |
|
| 28 |
# Git dependencies
|
| 29 |
git+https://github.com/KeKsBoTer/torch-dwt
|
| 30 |
git+https://github.com/huggingface/diffusers.git
|
| 31 |
|
| 32 |
-
#
|
| 33 |
-
|
|
|
|
| 34 |
|
|
|
|
| 23 |
av==12.3.0
|
| 24 |
|
| 25 |
# Gradio for web interface
|
| 26 |
+
gradio>=6.0.2
|
| 27 |
|
| 28 |
# Git dependencies
|
| 29 |
git+https://github.com/KeKsBoTer/torch-dwt
|
| 30 |
git+https://github.com/huggingface/diffusers.git
|
| 31 |
|
| 32 |
+
# Video processing dependencies
|
| 33 |
+
decord
|
| 34 |
+
webdataset
|
| 35 |
|
requirements_hf.txt
CHANGED
|
@@ -29,6 +29,7 @@ gradio>=6.0.2
|
|
| 29 |
git+https://github.com/KeKsBoTer/torch-dwt
|
| 30 |
git+https://github.com/huggingface/diffusers.git
|
| 31 |
|
| 32 |
-
#
|
| 33 |
-
|
|
|
|
| 34 |
|
|
|
|
| 29 |
git+https://github.com/KeKsBoTer/torch-dwt
|
| 30 |
git+https://github.com/huggingface/diffusers.git
|
| 31 |
|
| 32 |
+
# Video processing dependencies
|
| 33 |
+
decord
|
| 34 |
+
webdataset
|
| 35 |
|