Spaces:
Running
on
Zero
Running
on
Zero
Update
Browse files- README.md +2 -2
- requirements.txt +6 -6
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: 🌖
|
|
4 |
colorFrom: gray
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 4.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
@@ -12,4 +12,4 @@ suggested_hardware: t4-small
|
|
12 |
short_description: text-to-video
|
13 |
---
|
14 |
|
15 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
4 |
colorFrom: gray
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 4.25.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
|
|
12 |
short_description: text-to-video
|
13 |
---
|
14 |
|
15 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
accelerate==0.
|
2 |
-
diffusers==0.
|
3 |
-
gradio==4.
|
4 |
-
huggingface-hub==0.
|
5 |
imageio[ffmpeg]==2.33.1
|
6 |
-
spaces==0.
|
7 |
torch==2.0.0
|
8 |
torchvision==0.15.1
|
9 |
-
transformers==4.
|
|
|
1 |
+
accelerate==0.28.0
|
2 |
+
diffusers==0.27.2
|
3 |
+
gradio==4.25.0
|
4 |
+
huggingface-hub==0.22.2
|
5 |
imageio[ffmpeg]==2.33.1
|
6 |
+
spaces==0.25.0
|
7 |
torch==2.0.0
|
8 |
torchvision==0.15.1
|
9 |
+
transformers==4.39.3
|