Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -261,6 +261,15 @@ def gradio_text_to_svg(text_description):
|
|
| 261 |
def create_interface():
|
| 262 |
# Example texts
|
| 263 |
example_texts = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 264 |
"A sad wilted flower with pink petals slumps over an orange cloud with a blue striped background.",
|
| 265 |
"A cartoon character with dark blue hair and a mustache wears a blue suit against a light blue circular background.",
|
| 266 |
"A blue bookmark icon with a white plus sign in the center.",
|
|
|
|
| 261 |
def create_interface():
|
| 262 |
# Example texts
|
| 263 |
example_texts = [
|
| 264 |
+
"A yellow t-shirt with a heart design represents love and positivity.",
|
| 265 |
+
"A bright yellow emoji with a surprised expression and rosy cheeks hovers above a shadow.",
|
| 266 |
+
"A brown coffee cup on a white saucer is seen from a top-down perspective.",
|
| 267 |
+
"A cartoon firefighter in a red and yellow uniform represents safety and protection.",
|
| 268 |
+
"A cute bunny face with pink ears rosy cheeks and a playful red tongue conveys charm and cheerfulness.",
|
| 269 |
+
"A bearded man with orange hair and a mustache represents a hipster style portrait.",
|
| 270 |
+
"A colorful ice cream popsicle with a hint of chocolate at the bottom on a stick.",
|
| 271 |
+
"A light blue shopping bag features a white flower with a red center and scattered dots.",
|
| 272 |
+
"A yellow phone icon and orange arrow on a blue smartphone screen symbolize an incoming call.",
|
| 273 |
"A sad wilted flower with pink petals slumps over an orange cloud with a blue striped background.",
|
| 274 |
"A cartoon character with dark blue hair and a mustache wears a blue suit against a light blue circular background.",
|
| 275 |
"A blue bookmark icon with a white plus sign in the center.",
|