Spaces:
Running
on
L4
Running
on
L4
Xu Xuenan
commited on
Commit
·
9fb1f9c
1
Parent(s):
6a4302b
Update requirements.txt
Browse files- app.py +1 -0
- requirements.txt +1 -0
app.py
CHANGED
|
@@ -145,6 +145,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 145 |
gr.HTML("""
|
| 146 |
<h1 style="text-align: center;">MM-StoryAgent</h1>
|
| 147 |
<p style="font-size: 16px;">This is a demo for generating attractive storytelling videos based on the given story setting.</p>
|
|
|
|
| 148 |
""")
|
| 149 |
|
| 150 |
config = gr.State(deepcopy(config))
|
|
|
|
| 145 |
gr.HTML("""
|
| 146 |
<h1 style="text-align: center;">MM-StoryAgent</h1>
|
| 147 |
<p style="font-size: 16px;">This is a demo for generating attractive storytelling videos based on the given story setting.</p>
|
| 148 |
+
<p style="font-size: 16px;">Depending on the chapter number, the generation may take a long time. Please be patient.</p>
|
| 149 |
""")
|
| 150 |
|
| 151 |
config = gr.State(deepcopy(config))
|
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
diffusers
|
| 2 |
accelerate
|
|
|
|
| 3 |
Pillow
|
| 4 |
PyYAML
|
| 5 |
pypinyin
|
|
|
|
| 1 |
diffusers
|
| 2 |
accelerate
|
| 3 |
+
torchaudio
|
| 4 |
Pillow
|
| 5 |
PyYAML
|
| 6 |
pypinyin
|