Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
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=
|
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",
|
436 |
-
["video_assets/vid_2.mp4", "", "canny",
|
437 |
-
["video_assets/vid_3.mp4", "", "canny",
|
438 |
-
["video_assets/vid_4.mp4", "", "canny",
|
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,
|