Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -433,11 +433,16 @@ def create_ui(generator: FontMoodGenerator):
|
|
433 |
|
434 |
gr.Examples(
|
435 |
[
|
436 |
-
|
437 |
-
|
438 |
-
|
439 |
-
|
440 |
-
|
|
|
|
|
|
|
|
|
|
|
441 |
],
|
442 |
inputs=mood_input,
|
443 |
)
|
|
|
433 |
|
434 |
gr.Examples(
|
435 |
[
|
436 |
+
"Elegant wedding invitation with vintage charm",
|
437 |
+
"Modern tech startup with clean aesthetics",
|
438 |
+
"Playful children's book with whimsical characters",
|
439 |
+
"Horror movie poster with scary atmosphere",
|
440 |
+
"Luxury fashion brand with sophisticated appeal",
|
441 |
+
"Retro 1950s diner with nostalgic vibes",
|
442 |
+
"Academic research paper with scholarly tone",
|
443 |
+
"Surf shop with California beach culture",
|
444 |
+
"Gothic medieval manuscript with ancient feel",
|
445 |
+
"Futuristic sci-fi interface with cyber aesthetics"
|
446 |
],
|
447 |
inputs=mood_input,
|
448 |
)
|