linoyts HF Staff commited on
Commit
229ac11
Β·
verified Β·
1 Parent(s): 5e5aae5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -340,7 +340,7 @@ with gr.Blocks() as demo:
340
  label="Prompt",
341
  placeholder="Describe the video you want to generate...",
342
  lines=3,
343
- value="A graceful pink swan gliding smoothly across a serene lake, its elegant neck curved as it moves through the calm water. The swan's soft pink feathers shimmer in the gentle sunlight, creating ripples that spread outward in concentric circles. The lake is surrounded by lush green trees reflected in the still water. Shot from a side angle, the camera slowly follows the swan's peaceful movement across the frame. Cinematic lighting, 4K quality, smooth motion."
344
  )
345
 
346
  # Control Type Selection
@@ -357,7 +357,7 @@ with gr.Blocks() as demo:
357
  minimum=1.0,
358
  maximum=10.0,
359
  step=0.5,
360
- value=3.0
361
  )
362
 
363
  negative_prompt = gr.Textbox(
@@ -432,10 +432,10 @@ with gr.Blocks() as demo:
432
 
433
  gr.Examples(
434
  examples=[
435
- ["video_assets/vid_1.mp4", "", "canny", 3, "", 1024, 1024, 7, 1, 0, True],
436
- ["video_assets/vid_2.mp4", "", "canny", 3, "", 1024, 1024, 7, 1, 0, True],
437
- ["video_assets/vid_3.mp4", "", "canny", 3, "", 1024, 1024, 7, 1, 0, True],
438
- ["video_assets/vid_4.mp4", "", "canny", 3, "", 1024, 1024, 7, 1, 0, True],
439
  ],
440
  inputs=[reference_video,
441
  prompt,
 
340
  label="Prompt",
341
  placeholder="Describe the video you want to generate...",
342
  lines=3,
343
+ value="The Joker in his iconic purple suit and green hair, dancing alone in a dimly lit, run-down room. His movements are erratic and unpredictable, shifting between graceful and chaotic as he loses himself in the moment. The camera captures his theatrical gestures, his dance reflecting his unhinged personality. Moody lighting with shadows dancing across the walls, creating an atmosphere of beautiful madness."
344
  )
345
 
346
  # Control Type Selection
 
357
  minimum=1.0,
358
  maximum=10.0,
359
  step=0.5,
360
+ value=2.5
361
  )
362
 
363
  negative_prompt = gr.Textbox(
 
432
 
433
  gr.Examples(
434
  examples=[
435
+ ["video_assets/vid_1.mp4", "", "canny", 2.5, "", 768, 1152, 7, 1, 0, True],
436
+ ["video_assets/vid_2.mp4", "", "canny", 2.5, "", 768, 1152, 7, 1, 0, True],
437
+ ["video_assets/vid_3.mp4", "", "canny", 2.5, "", 768, 1152, 7, 1, 0, True],
438
+ ["video_assets/vid_4.mp4", "", "canny", 2.5, "", 768, 1152, 7, 1, 0, True],
439
  ],
440
  inputs=[reference_video,
441
  prompt,