freddyaboulton HF Staff commited on
Commit
e992b74
·
verified ·
1 Parent(s): 49c00bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -344,7 +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
- gr.DeepLink()
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)
 
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)