ysharma HF Staff commited on
Commit
21a0b8f
·
verified ·
1 Parent(s): 7c980a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -5
app.py CHANGED
@@ -433,11 +433,16 @@ def create_ui(generator: FontMoodGenerator):
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
  ],
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
  )