Spaces:
Running
Running
Commit
·
cdc26e2
1
Parent(s):
1c36571
feat: update example images and descriptions in app.py
Browse files
app.py
CHANGED
@@ -982,24 +982,24 @@ with gr.Blocks(css=css, theme=gr.themes.Soft(primary_hue="indigo", neutral_hue="
|
|
982 |
"""Handle example image selection and return image URL, description, and update image source"""
|
983 |
example_images = [
|
984 |
{
|
985 |
-
"url": "https://storage.googleapis.com/remade-v2/huggingface_assets/
|
986 |
-
"description": "
|
987 |
},
|
988 |
{
|
989 |
-
"url": "https://storage.googleapis.com/remade-v2/huggingface_assets/
|
990 |
-
"description": "
|
991 |
},
|
992 |
{
|
993 |
-
"url": "https://storage.googleapis.com/remade-v2/huggingface_assets/
|
994 |
-
"description": "
|
995 |
},
|
996 |
{
|
997 |
-
"url": "https://storage.googleapis.com/remade-v2/huggingface_assets/
|
998 |
-
"description": "
|
999 |
},
|
1000 |
{
|
1001 |
-
"url": "https://storage.googleapis.com/remade-v2/huggingface_assets/
|
1002 |
-
"description": "
|
1003 |
},
|
1004 |
{
|
1005 |
"url": "https://storage.googleapis.com/remade-v2/huggingface_assets/uploads_e6472106-4e9d-4620-b41b-a9bbe4893415.png",
|
|
|
982 |
"""Handle example image selection and return image URL, description, and update image source"""
|
983 |
example_images = [
|
984 |
{
|
985 |
+
"url": "https://storage.googleapis.com/remade-v2/huggingface_assets/image_fx%20(22).jpg",
|
986 |
+
"description": "Man with angel wings"
|
987 |
},
|
988 |
{
|
989 |
+
"url": "https://storage.googleapis.com/remade-v2/huggingface_assets/image_fx%20(26).jpg",
|
990 |
+
"description": "Motorcyclist on the road"
|
991 |
},
|
992 |
{
|
993 |
+
"url": "https://storage.googleapis.com/remade-v2/huggingface_assets/image_fx%20(27).jpg",
|
994 |
+
"description": "Superhero facing away in a tunnel"
|
995 |
},
|
996 |
{
|
997 |
+
"url": "https://storage.googleapis.com/remade-v2/huggingface_assets/image_fx%20(75).jpg",
|
998 |
+
"description": "Girl with half her face underwater, staring at the camera"
|
999 |
},
|
1000 |
{
|
1001 |
+
"url": "https://storage.googleapis.com/remade-v2/huggingface_assets/empire_state.jpg",
|
1002 |
+
"description": "Workers sitting on construction at the top of Empire State Building"
|
1003 |
},
|
1004 |
{
|
1005 |
"url": "https://storage.googleapis.com/remade-v2/huggingface_assets/uploads_e6472106-4e9d-4620-b41b-a9bbe4893415.png",
|