multimodalart HF Staff commited on
Commit
7d1232d
·
verified ·
1 Parent(s): f62fc75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -376,7 +376,7 @@ with gr.Blocks(css=css) as demo:
376
  gr.DeepLinkButton()
377
 
378
  with gr.Accordion("Advanced settings", open=False):
379
- mode = gr.Dropdown(["text-to-video", "image-to-video", "video-to-video"], label="task", visible=False)
380
  negative_prompt_input = gr.Textbox(label="Negative Prompt", value="worst quality, inconsistent motion, blurry, jittery, distorted", lines=2)
381
  with gr.Row():
382
  seed_input = gr.Number(label="Seed", value=42, precision=0, minimum=0, maximum=2**32-1)
 
376
  gr.DeepLinkButton()
377
 
378
  with gr.Accordion("Advanced settings", open=False):
379
+ mode = gr.Dropdown(["text-to-video", "image-to-video", "video-to-video"], label="task", value="image-to-video", visible=False)
380
  negative_prompt_input = gr.Textbox(label="Negative Prompt", value="worst quality, inconsistent motion, blurry, jittery, distorted", lines=2)
381
  with gr.Row():
382
  seed_input = gr.Number(label="Seed", value=42, precision=0, minimum=0, maximum=2**32-1)