Spaces:
Running
on
L4
Running
on
L4
Xu Xuenan
commited on
Commit
·
fd10a14
1
Parent(s):
3b33703
Update app.py
Browse files- app.py +1 -0
- requirements.txt +1 -0
app.py
CHANGED
@@ -280,6 +280,7 @@ if __name__ == "__main__":
|
|
280 |
outputs=video_generation_information
|
281 |
).then(
|
282 |
fn=speech_generation_fn,
|
|
|
283 |
).then(
|
284 |
fn=sound_generation_fn,
|
285 |
inputs=[sound_guidance_scale, sound_seed, n_candidate_per_text, story_data]
|
|
|
280 |
outputs=video_generation_information
|
281 |
).then(
|
282 |
fn=speech_generation_fn,
|
283 |
+
inputs=[story_data]
|
284 |
).then(
|
285 |
fn=sound_generation_fn,
|
286 |
inputs=[sound_guidance_scale, sound_seed, n_candidate_per_text, story_data]
|
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
diffusers
|
|
|
2 |
Pillow
|
3 |
PyYAML
|
4 |
pypinyin
|
|
|
1 |
diffusers
|
2 |
+
accelerate
|
3 |
Pillow
|
4 |
PyYAML
|
5 |
pypinyin
|