multimodalart HF Staff commited on
Commit
a1fc814
·
verified ·
1 Parent(s): e81457f

disable deeplink temporarily

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)