multimodalart HF Staff commited on
Commit
d792322
·
verified ·
1 Parent(s): cb99a0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
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="A vibrant tropical fish swimming gracefully...",
 
 
 
 
 
 
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():