fantaxy commited on
Commit
40ccbcc
·
verified ·
1 Parent(s): 7d5feb1

Update app.py

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