Spaces:
Running
on
Zero
Running
on
Zero
alex
commited on
Commit
·
1ca0b58
1
Parent(s):
17b74df
redundant item removed
Browse files
app.py
CHANGED
|
@@ -275,19 +275,14 @@ with gr.Blocks(css=css) as demo:
|
|
| 275 |
"""
|
| 276 |
💡 **Prompt Guidelines**
|
| 277 |
```
|
| 278 |
-
Describe the Scene and Character(s) performance
|
| 279 |
<S>Dialogue line<E> (repeat as needed)
|
| 280 |
<AUDCAP>character voice & atmosphere of the scene<ENDAUDCAP>
|
| 281 |
```
|
| 282 |
""",
|
| 283 |
elem_classes="guideline-bubble"
|
| 284 |
)
|
| 285 |
-
|
| 286 |
-
lines=6,
|
| 287 |
-
placeholder="Write your scene prompt here...",
|
| 288 |
-
label="Prompt"
|
| 289 |
-
)
|
| 290 |
-
|
| 291 |
with gr.Accordion("🎬 Video Generation Options", open=False, visible=False):
|
| 292 |
video_height = gr.Number(minimum=128, maximum=1280, value=512, step=32, label="Video Height")
|
| 293 |
video_width = gr.Number(minimum=128, maximum=1280, value=992, step=32, label="Video Width")
|
|
|
|
| 275 |
"""
|
| 276 |
💡 **Prompt Guidelines**
|
| 277 |
```
|
| 278 |
+
Describe the Scene and Character(s) performance
|
| 279 |
<S>Dialogue line<E> (repeat as needed)
|
| 280 |
<AUDCAP>character voice & atmosphere of the scene<ENDAUDCAP>
|
| 281 |
```
|
| 282 |
""",
|
| 283 |
elem_classes="guideline-bubble"
|
| 284 |
)
|
| 285 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 286 |
with gr.Accordion("🎬 Video Generation Options", open=False, visible=False):
|
| 287 |
video_height = gr.Number(minimum=128, maximum=1280, value=512, step=32, label="Video Height")
|
| 288 |
video_width = gr.Number(minimum=128, maximum=1280, value=992, step=32, label="Video Width")
|