alex-remade commited on
Commit
1c36571
·
1 Parent(s): 8f58f9b

feat: update example gallery images in app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -927,11 +927,11 @@ with gr.Blocks(css=css, theme=gr.themes.Soft(primary_hue="indigo", neutral_hue="
927
  with gr.Column(scale=1):
928
  example_gallery = gr.Gallery(
929
  [
930
- ("https://storage.googleapis.com/remade-v2/huggingface_assets/uploads_1c2c6e4c-8938-4464-9355-84508bcca24e.jpg", "Old man"),
931
- ("https://storage.googleapis.com/remade-v2/huggingface_assets/uploads_1f2c6ec9-823f-46d2-982f-73c494e51877.jpg", "Young woman"),
932
- ("https://storage.googleapis.com/remade-v2/huggingface_assets/uploads_24d949f0-8699-4714-9c82-854e1b963063.jpg", "Puppy"),
933
- ("https://storage.googleapis.com/remade-v2/huggingface_assets/uploads_af26651e-be1a-40c0-be18-c42b3bf6d211.png", "Mini toy dancers"),
934
- ("https://storage.googleapis.com/remade-v2/huggingface_assets/uploads_d22a894e-a074-4742-9e23-787f001a3184.jpg", "Chair"),
935
  ("https://storage.googleapis.com/remade-v2/huggingface_assets/uploads_e6472106-4e9d-4620-b41b-a9bbe4893415.png", "Cartoon boy on bike")
936
  ],
937
  columns=3,
 
927
  with gr.Column(scale=1):
928
  example_gallery = gr.Gallery(
929
  [
930
+ ("https://storage.googleapis.com/remade-v2/huggingface_assets/image_fx%20(22).jpg", "Man with angel wings"),
931
+ ("https://storage.googleapis.com/remade-v2/huggingface_assets/image_fx%20(26).jpg", "Motorcyclist on the road"),
932
+ ("https://storage.googleapis.com/remade-v2/huggingface_assets/image_fx%20(27).jpg", "Superhero facing away in a tunnel"),
933
+ ("https://storage.googleapis.com/remade-v2/huggingface_assets/image_fx%20(75).jpg", "Girl with half her face underwater, staring at the camera"),
934
+ ("https://storage.googleapis.com/remade-v2/huggingface_assets/empire_state.jpg", "Workers sitting on construction at the top of Empire State Building"),
935
  ("https://storage.googleapis.com/remade-v2/huggingface_assets/uploads_e6472106-4e9d-4620-b41b-a9bbe4893415.png", "Cartoon boy on bike")
936
  ],
937
  columns=3,