Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -41,14 +41,7 @@ def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, num_in
|
|
41 |
return image, seed
|
42 |
|
43 |
examples = [
|
44 |
-
"Create a new logo for a
|
45 |
-
"Design an engaging Instagram post for a fashion brand",
|
46 |
-
"Create a new character for a social media campaign",
|
47 |
-
"Generate a marketing advertisement for a new product launch",
|
48 |
-
"Design a social media banner for a charity event",
|
49 |
-
"Create a new branding concept for a luxury hotel",
|
50 |
-
"Design a promotional video thumbnail for a movie premiere",
|
51 |
-
"Generate a marketing campaign for a sustainable lifestyle brand"
|
52 |
]
|
53 |
|
54 |
css = """
|
|
|
41 |
return image, seed
|
42 |
|
43 |
examples = [
|
44 |
+
"Create a new logo [for a 'Tech Startup'] [Color Tone: Blue'] [Design Concept: 'Tree'] [Text: "Gold Tree"], [Background: 'WHITE COLOR']"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
]
|
46 |
|
47 |
css = """
|