fantaxy commited on
Commit
0c2702a
·
verified ·
1 Parent(s): 4b9b617

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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 {