kittenchief commited on
Commit
52577a7
·
verified ·
1 Parent(s): a4e0e99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -12
app.py CHANGED
@@ -3,6 +3,8 @@ import requests
3
  import numpy as np
4
  from time import sleep
5
 
 
 
6
 
7
  def run(prompt, token):
8
  job = requests.post(
@@ -11,8 +13,8 @@ def run(prompt, token):
11
  ).json()["data"]["job"]
12
 
13
  result = {}
14
- for attempt in range(0, 12):
15
- gr.Info(f"Waiting for results (attempt {attempt + 1})")
16
  sleep(10)
17
 
18
  result = requests.post(
@@ -53,40 +55,40 @@ Have an idea or suggestion? Provide feedback directly to me (the developer) at [
53
  cache_examples=False,
54
  examples=[
55
  [
56
- "header, homepage, 1920px, award-winning, Shopping & Retail\nminimalist, dark mode, flat vector graphic of film camera, tech-focused, monochrome elements, black, orange accents, modern design, futuristic vibe\ncinematic gear, motor upgrade, camera control, training app, testimonials, demos, creative filmmaking, film production technology, wireless control, virtual production tools, third axis control",
57
  None,
58
  ],
59
  [
60
- "header, 1920px, award winning, Food & Drink\nmodern, eco friendly, clean design, subtle divider lines, sans serif fonts, minimalistic, nature themed, images of jars and leaves, earthy tones, colors: olive green, cream, soft brown\nsustainability, eco friendly, packaging, recycling, food waste, environmental protection, honey products, innovation, conservation, community, recipes, composting, green initiatives",
61
  None,
62
  ],
63
  [
64
- "homepage, 1920px, tech startup, detailed\nindustrial space theme, scientific, modern, technical vibes, large serif text, colors: deep black, cosmic gray, bright red accents\nspace exploration, robotics, technology development, scientific research, missions, educational resources, planetary studies, climate change",
65
  None,
66
  ],
67
  [
68
- "header, 1920px, award-winning, Community\nclean, simple, 2-column, minimal, playful, pastel vibes, vector illustration of graph, icons, rounded buttons, soft shadows, colors: yellow, white, black\nreporting analytics, data dashboards, employee engagement, trends, recognition, free trial, peer feedback, integrations, Slack, Microsoft Teams, custom rewards",
 
69
  None,
70
  ],
71
  [
72
- "1920px, award-winning, Best Mobile User Experience\npurple background, bold sans-serif text, minimalist, two-column layout, app store buttons, centered elements, playful, modern, clean design, colors: pastel purple, white, black\ntemplates, marketplace, pricing, download, connect socials, monetize, audience building, analytics, creators, influencers, small businesses, e-commerce, mobile app, community",
73
- # "homepage, 1920px, award-winning, tech\nminimalist, playful, modern, clean design, bold sans-serif text, colors: pastel purple, white, black\nanalytics, small businesses, e-commerce, marketplace, audience building, pricing, download, connect socials, monetize, creators, influencers, mobile app, community",
74
  None,
75
  ],
76
  [
77
- "header, 1920px, detailed, award-winning, e-commerce\nnatural textures, minimalist, neutral tones, modern, clean layout, Scandinavian design, earthy vibes, subtle elegance, images: cozy interiors, muted beige, warm brown, soft grey\nrug collections, classic styles, heirloom, new arrivals, sale, samples, custom, cart, wishlist, sustainable, B Corporation, home decor, interior design, online shopping",
78
  None,
79
  ],
80
  [
81
- "header, homepage, 1920px, detailed, award-winning, Non-Profit\nclassical, grayscale, academic theme, clean design, serif fonts, overlapping images, geometric accents, neutral tones, colors: muted teal, brick red, classic tan\nresearch programs, antitrust, consumer protection, data security, privacy, financial regulation, innovation, intellectual property, telecommunications, publications, events, policy debates",
82
  None,
83
  ],
84
  [
85
- "homepage, 1920px, highly detailed\ncolorful futuristic, vibrant neon green, deep purple, holographic elements, tech-themed, 3D graphics of phones and rings, single bold column, minimal text, playful, modern, floating objects, abstract shapes\nfinancial services, money management, peer-to-peer payments, stock investment, discounts, banking apps, prepaid debit cards, tax filing",
86
  None,
87
  ],
88
  [
89
- "header, homepage, 1920px, detailed, award-winning, Best Visual Design, Aesthetic\nsleek, minimalist, dark mode, monochrome, modern, tech-themed, large hero image, 2-column layout, rounded buttons, seamless transitions, bold typography, dynamic, colors: black, white, violet accents\ncreative collaboration, media sharing, feedback tracking, cloud-based platform, video editing, production workflow, file transfer",
90
  None,
91
  ],
92
  ],
 
3
  import numpy as np
4
  from time import sleep
5
 
6
+ max_attempts = 12
7
+
8
 
9
  def run(prompt, token):
10
  job = requests.post(
 
13
  ).json()["data"]["job"]
14
 
15
  result = {}
16
+ for attempt in range(0, max_attempts):
17
+ gr.Info(f"Waiting for results (attempt {attempt + 1} of {max_attempts})")
18
  sleep(10)
19
 
20
  result = requests.post(
 
55
  cache_examples=False,
56
  examples=[
57
  [
58
+ "header, 1920px, award winning, food; modern, eco friendly, clean design, subtle divider lines, sans serif fonts, minimalistic, nature themed, images of jars and leaves, earthy tones, colors: olive green, cream, soft brown; sustainability, eco friendly, packaging, recycling, food waste, environmental protection, honey products, innovation, conservation, community, recipes, composting, green initiatives",
59
  None,
60
  ],
61
  [
62
+ "header, 1920px, award-winning, community; clean, simple, 2-column, minimal, playful, pastel vibes, vector illustration of graph, icons, rounded buttons, soft shadows, colors: yellow, white, black; reporting analytics, data dashboards, employee engagement, trends, recognition, free trial, peer feedback, integrations, Slack, Microsoft Teams, custom rewards",
63
  None,
64
  ],
65
  [
66
+ "header, 1920px, detailed, award-winning, e-commerce; natural textures, minimalist, neutral tones, modern, clean layout, Scandinavian design, earthy vibes, subtle elegance, images: cozy interiors, muted beige, warm brown, soft grey; rug collections, classic styles, heirloom, new arrivals, sale, samples, custom, cart, wishlist, sustainable, B Corporation, home decor, interior design, online shopping",
67
  None,
68
  ],
69
  [
70
+ "1920px, award-winning, detailed; purple background, bold sans-serif text, minimalist, two-column layout, app store buttons, centered elements, playful, modern, clean design, colors: pastel purple, white, black; templates, marketplace, pricing, download, connect socials, monetize, audience building, analytics, creators, influencers, small businesses, e-commerce, mobile app, community",
71
+ # "homepage, 1920px, award-winning, tech\nminimalist, playful, modern, clean design, bold sans-serif text, colors: pastel purple, white, black\nanalytics, small businesses, e-commerce, marketplace, audience building, pricing, download, connect socials, monetize, creators, influencers, mobile app, community",
72
  None,
73
  ],
74
  [
75
+ "header, homepage, 1920px, award-winning, shopping; minimalist, dark mode, flat vector graphic of film camera, tech-focused, monochrome elements, black, orange accents, modern design, futuristic vibe; cinematic gear, motor upgrade, camera control, training app, testimonials, demos, creative filmmaking, film production technology, wireless control, virtual production tools, third axis control",
 
76
  None,
77
  ],
78
  [
79
+ "homepage, 1920px, tech startup, detailed, space; industrial space theme, scientific, modern, technical vibes, large serif text, colors: deep black, cosmic gray, bright red accents; space exploration, robotics, technology development, scientific research, missions, educational resources, planetary studies, climate change",
80
  None,
81
  ],
82
  [
83
+ "header, homepage, 1920px, detailed, award-winning, non-profit; classical, grayscale, academic theme, clean design, serif fonts, overlapping images, geometric accents, neutral tones, colors: muted teal, brick red, classic tan; research programs, antitrust, consumer protection, data security, privacy, financial regulation, innovation, intellectual property, telecommunications, publications, events, policy debates",
84
  None,
85
  ],
86
  [
87
+ "homepage, 1920px, highly detailed; colorful futuristic, vibrant neon green, deep purple, holographic elements, tech-themed, 3D graphics of phones and rings, single bold column, minimal text, playful, modern, floating objects, abstract shapes; financial services, money management, peer-to-peer payments, stock investment, discounts, banking apps, prepaid debit cards, tax filing",
88
  None,
89
  ],
90
  [
91
+ "header, homepage, 1920px, detailed, award-winning, best visuals; sleek, minimalist, dark mode, monochrome, modern, tech-themed, large hero image, aesthetic, 2-column layout, rounded buttons, seamless transitions, bold typography, dynamic, colors: black, white, violet accents; creative collaboration, media sharing, feedback tracking, cloud-based platform, video editing, production workflow, file transfer",
92
  None,
93
  ],
94
  ],