Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -179,7 +179,13 @@ with gr.Blocks(css=CSS, title="Helios Video Generation", theme=gr.themes.Soft())
|
|
| 179 |
prompt = gr.Textbox(
|
| 180 |
label="Prompt",
|
| 181 |
lines=4,
|
| 182 |
-
value=
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 183 |
)
|
| 184 |
with gr.Accordion("Advanced Settings", open=False):
|
| 185 |
with gr.Row():
|
|
|
|
| 179 |
prompt = gr.Textbox(
|
| 180 |
label="Prompt",
|
| 181 |
lines=4,
|
| 182 |
+
value=(
|
| 183 |
+
"A dynamic time-lapse video showing the rapidly moving scenery "
|
| 184 |
+
"from the window of a speeding train. The camera captures various "
|
| 185 |
+
"elements such as lush green fields, towering trees, quaint "
|
| 186 |
+
"countryside houses, and distant mountain ranges passing by quickly. "
|
| 187 |
+
"Medium shot focusing on the train window and the rushing scenery beyond."
|
| 188 |
+
)
|
| 189 |
)
|
| 190 |
with gr.Accordion("Advanced Settings", open=False):
|
| 191 |
with gr.Row():
|