Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -486,7 +486,7 @@ with gr.Blocks() as demo:
|
|
486 |
info="removes background from input images, enable to prevent unwanted background elements in the generated video"
|
487 |
)
|
488 |
|
489 |
-
prompt_input = gr.Textbox(label="Prompt", value=MODE_PROMPTS["
|
490 |
duration_seconds_input = gr.Slider(
|
491 |
minimum=round(MIN_FRAMES_MODEL/FIXED_FPS,1),
|
492 |
maximum=round(MAX_FRAMES_MODEL/FIXED_FPS,1),
|
|
|
486 |
info="removes background from input images, enable to prevent unwanted background elements in the generated video"
|
487 |
)
|
488 |
|
489 |
+
prompt_input = gr.Textbox(label="Prompt", value=MODE_PROMPTS["Reference"])
|
490 |
duration_seconds_input = gr.Slider(
|
491 |
minimum=round(MIN_FRAMES_MODEL/FIXED_FPS,1),
|
492 |
maximum=round(MAX_FRAMES_MODEL/FIXED_FPS,1),
|