Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -62,16 +62,11 @@ with gr.Blocks(css=css) as demo:
|
|
62 |
- Visible watermarks are useful to disclose when content is AI-generated.
|
63 |
- Invisible watermarks can mark content as authentic.
|
64 |
- ...And vice versa! There are many possibilities for what watermarks can provide.""")
|
65 |
-
gr.
|
66 |
-
gr.Markdown("""For more information on watermarking -- what watermarking is, why it's important, and the tools available on Hugging Face -- please check out [our blogpost on AI watermarking](https://huggingface.co/blog/watermarking).""")
|
67 |
-
gr.Markdown()
|
68 |
-
gr.Markdown("## Try it out below!")
|
69 |
-
with gr.Column():
|
70 |
with gr.Column():
|
71 |
gr.Image('files/watermark_example.png', visible=False)
|
72 |
with gr.Column():
|
73 |
gr.Image('files/watermark_example.png', show_label=False, show_download_button=False, elem_id='example', container=False, interactive=False)
|
74 |
-
gr.Markdown('**Code:**')
|
75 |
gr.Code('import gradio as gr\n\nwatermarked_video = gr.Video(original_video_file, watermark=watermark_file)', lines=3)
|
76 |
with gr.Column():
|
77 |
gr.Image('files/watermark_example.png', visible=False)
|
|
|
62 |
- Visible watermarks are useful to disclose when content is AI-generated.
|
63 |
- Invisible watermarks can mark content as authentic.
|
64 |
- ...And vice versa! There are many possibilities for what watermarks can provide.""")
|
65 |
+
with gr.Column():
|
|
|
|
|
|
|
|
|
66 |
with gr.Column():
|
67 |
gr.Image('files/watermark_example.png', visible=False)
|
68 |
with gr.Column():
|
69 |
gr.Image('files/watermark_example.png', show_label=False, show_download_button=False, elem_id='example', container=False, interactive=False)
|
|
|
70 |
gr.Code('import gradio as gr\n\nwatermarked_video = gr.Video(original_video_file, watermark=watermark_file)', lines=3)
|
71 |
with gr.Column():
|
72 |
gr.Image('files/watermark_example.png', visible=False)
|