linoyts HF Staff commited on
Commit
50b49ed
·
verified ·
1 Parent(s): 33f10c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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["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),
 
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),