Spaces:
Running
on
Zero
Running
on
Zero
disable deeplink temporarily
Browse files
app.py
CHANGED
@@ -373,7 +373,7 @@ with gr.Blocks(css=css) as demo:
|
|
373 |
|
374 |
with gr.Column():
|
375 |
output_video = gr.Video(label="Generated Video", interactive=False)
|
376 |
-
gr.DeepLinkButton()
|
377 |
|
378 |
with gr.Accordion("Advanced settings", open=False):
|
379 |
mode = gr.Dropdown(["text-to-video", "image-to-video", "video-to-video"], label="task", value="image-to-video", visible=False)
|
|
|
373 |
|
374 |
with gr.Column():
|
375 |
output_video = gr.Video(label="Generated Video", interactive=False)
|
376 |
+
# gr.DeepLinkButton()
|
377 |
|
378 |
with gr.Accordion("Advanced settings", open=False):
|
379 |
mode = gr.Dropdown(["text-to-video", "image-to-video", "video-to-video"], label="task", value="image-to-video", visible=False)
|