freddyaboulton HF Staff commited on
Commit
9c07832
·
verified ·
1 Parent(s): 654e0c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -344,6 +344,7 @@ with gr.Blocks(css=css) as demo:
344
 
345
  with gr.Column():
346
  output_video = gr.Video(label="Generated Video", interactive=False)
 
347
 
348
  with gr.Accordion("Advanced settings", open=False):
349
  negative_prompt_input = gr.Textbox(label="Negative Prompt", value="worst quality, inconsistent motion, blurry, jittery, distorted", lines=2)
 
344
 
345
  with gr.Column():
346
  output_video = gr.Video(label="Generated Video", interactive=False)
347
+ gr.DeepLinkButton()
348
 
349
  with gr.Accordion("Advanced settings", open=False):
350
  negative_prompt_input = gr.Textbox(label="Negative Prompt", value="worst quality, inconsistent motion, blurry, jittery, distorted", lines=2)