Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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__":
|