Spaces:
Running
Running
Commit
·
1c36571
1
Parent(s):
8f58f9b
feat: update example gallery images in app.py
Browse files
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/
|
931 |
-
("https://storage.googleapis.com/remade-v2/huggingface_assets/
|
932 |
-
("https://storage.googleapis.com/remade-v2/huggingface_assets/
|
933 |
-
("https://storage.googleapis.com/remade-v2/huggingface_assets/
|
934 |
-
("https://storage.googleapis.com/remade-v2/huggingface_assets/
|
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,
|