Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -40,9 +40,7 @@ def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, num_in
|
|
40 |
).images[0]
|
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 = """
|
48 |
footer {
|
|
|
40 |
).images[0]
|
41 |
return image, seed
|
42 |
|
43 |
+
examples = "Create a new logo [for a 'Tech Startup'] [Color Tone: Blue'] [Design Concept: 'Tree'] [Text: "Gold Tree"] [Background: 'WHITE COLOR']"
|
|
|
|
|
44 |
|
45 |
css = """
|
46 |
footer {
|