HReynaud commited on
Commit
766c801
·
1 Parent(s): ce2d514

fix header image

Browse files
Files changed (1) hide show
  1. demo.py +4 -4
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://i.ibb.co/MysCHY1M/h1.png" style="width: 100%; height: 75px; object-fit: contain;">'
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://i.ibb.co/MysCHY1M/h1.png" style="width: 100%; height: 75px; object-fit: contain;">'
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://i.ibb.co/MysCHY1M/h1.png" style="width: 100%; height: 75px; object-fit: contain;">'
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://i.ibb.co/MysCHY1M/h1.png" style="width: 100%; height: 75px; object-fit: contain;">'
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