Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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)
|