fantaxy commited on
Commit
4b9b617
·
verified ·
1 Parent(s): 8965d8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -40,9 +40,9 @@ 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 = """
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 {