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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -341,9 +341,10 @@ with gr.Blocks(css=css) as demo:
341
  info=f"Target video duration (0.3s to 8.5s)"
342
  )
343
  improve_texture = gr.Checkbox(label="Improve Texture (multi-scale)", value=True, info="Uses a two-pass generation for better quality, but is slower. Recommended for final output.")
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)
 
341
  info=f"Target video duration (0.3s to 8.5s)"
342
  )
343
  improve_texture = gr.Checkbox(label="Improve Texture (multi-scale)", value=True, info="Uses a two-pass generation for better quality, but is slower. Recommended for final output.")
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)