fix header image
Browse files
demo.py
CHANGED
@@ -659,7 +659,7 @@ def create_demo():
|
|
659 |
# Column 1: Latent Image Generation
|
660 |
with gr.Column():
|
661 |
gr.Markdown(
|
662 |
-
'<img src="https://
|
663 |
)
|
664 |
gr.Markdown("### Latent Image Generation")
|
665 |
|
@@ -767,7 +767,7 @@ def create_demo():
|
|
767 |
# Column 2: Privacy Filter
|
768 |
with gr.Column():
|
769 |
gr.Markdown(
|
770 |
-
'<img src="https://
|
771 |
)
|
772 |
gr.Markdown("### Privacy Filter")
|
773 |
gr.Markdown(
|
@@ -790,7 +790,7 @@ def create_demo():
|
|
790 |
# Column 3: Animation
|
791 |
with gr.Column():
|
792 |
gr.Markdown(
|
793 |
-
'<img src="https://
|
794 |
)
|
795 |
gr.Markdown("### Latent Video Generation")
|
796 |
|
@@ -836,7 +836,7 @@ def create_demo():
|
|
836 |
# Column 4: Video Decoding
|
837 |
with gr.Column():
|
838 |
gr.Markdown(
|
839 |
-
'<img src="https://
|
840 |
)
|
841 |
gr.Markdown("### Video Decoding")
|
842 |
|
|
|
659 |
# Column 1: Latent Image Generation
|
660 |
with gr.Column():
|
661 |
gr.Markdown(
|
662 |
+
'<img src="https://huggingface.co/spaces/HReynaud/EchoFlow/resolve/main/assets/h1.png" style="width: 100%; height: 75px; object-fit: contain;">'
|
663 |
)
|
664 |
gr.Markdown("### Latent Image Generation")
|
665 |
|
|
|
767 |
# Column 2: Privacy Filter
|
768 |
with gr.Column():
|
769 |
gr.Markdown(
|
770 |
+
'<img src="https://huggingface.co/spaces/HReynaud/EchoFlow/resolve/main/assets/h2.png" style="width: 100%; height: 75px; object-fit: contain;">'
|
771 |
)
|
772 |
gr.Markdown("### Privacy Filter")
|
773 |
gr.Markdown(
|
|
|
790 |
# Column 3: Animation
|
791 |
with gr.Column():
|
792 |
gr.Markdown(
|
793 |
+
'<img src="https://huggingface.co/spaces/HReynaud/EchoFlow/resolve/main/assets/h3.png" style="width: 100%; height: 75px; object-fit: contain;">'
|
794 |
)
|
795 |
gr.Markdown("### Latent Video Generation")
|
796 |
|
|
|
836 |
# Column 4: Video Decoding
|
837 |
with gr.Column():
|
838 |
gr.Markdown(
|
839 |
+
'<img src="https://huggingface.co/spaces/HReynaud/EchoFlow/resolve/main/assets/h4.png" style="width: 100%; height: 75px; object-fit: contain;">'
|
840 |
)
|
841 |
gr.Markdown("### Video Decoding")
|
842 |
|