meg HF staff commited on
Commit
99053e9
·
verified ·
1 Parent(s): 850b8d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ with gr.Blocks(css=css) as demo:
47
  gr.Markdown()
48
  gr.Markdown("""For more information on watermarking -- what watermarking is, why it's important, and the tools available on Hugging Face --
49
  please check out [our blogpost on AI watermarking](https://huggingface.co/blog/watermarking).""")
50
- gr.Interface(generate_video, [gr.Video(), gr.Image(type='filepath')], gr.Video(),
51
  examples=[[a, w1], [b, w2], [a, w3], [b, w4]])
52
 
53
  if __name__ == "__main__":
 
47
  gr.Markdown()
48
  gr.Markdown("""For more information on watermarking -- what watermarking is, why it's important, and the tools available on Hugging Face --
49
  please check out [our blogpost on AI watermarking](https://huggingface.co/blog/watermarking).""")
50
+ gr.Interface(generate_video, [gr.Video(), gr.Image(type='filepath', image_mode=None)], gr.Video(),
51
  examples=[[a, w1], [b, w2], [a, w3], [b, w4]])
52
 
53
  if __name__ == "__main__":