Update app.py
Browse files
app.py
CHANGED
@@ -57,14 +57,15 @@ css = """
|
|
57 |
|
58 |
examples = [
|
59 |
"Modern Architecture render with pleasing aesthetics.",
|
60 |
-
"
|
61 |
-
"A
|
62 |
"A white and blue coffee mug with a picture of a man on it.",
|
63 |
-
"A
|
64 |
-
"A
|
65 |
"A white table with a vase of flowers and a cup of coffee on top of it.",
|
66 |
"A woman stands on a dock in the fog.",
|
67 |
-
"A
|
|
|
68 |
]
|
69 |
|
70 |
with gr.Blocks(css=css) as demo:
|
|
|
57 |
|
58 |
examples = [
|
59 |
"Modern Architecture render with pleasing aesthetics.",
|
60 |
+
"An image of a Pikachu wearing a birthday hat and playing guitar.",
|
61 |
+
"A statue of a lion stands in front of a building.",
|
62 |
"A white and blue coffee mug with a picture of a man on it.",
|
63 |
+
"A metal sculpture of a deer with antlers.",
|
64 |
+
"A bronze statue of an owl with its wings spread.",
|
65 |
"A white table with a vase of flowers and a cup of coffee on top of it.",
|
66 |
"A woman stands on a dock in the fog.",
|
67 |
+
"A lion's head is shown in a grayscale image.",
|
68 |
+
"A sculpture of a Greek woman head with a headband and a head of hair."
|
69 |
]
|
70 |
|
71 |
with gr.Blocks(css=css) as demo:
|