mrbeliever commited on
Commit
e0d52d7
·
verified ·
1 Parent(s): 7789bd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -79,13 +79,8 @@ def generate(
79
 
80
 
81
  examples = [
82
- "a cat eating a piece of cheese",
83
  "a ROBOT riding a BLUE horse on Mars, photorealistic",
84
  "a cartoon of a IRONMAN fighting with HULK, wall painting",
85
- "a cute robot artist painting on an easel, concept art",
86
- "Astronaut in a jungle, cold color palette, oil pastel, detailed, 8k",
87
- "An alien grasping a sign board contain word 'Flash', futuristic, neonpunk, detailed",
88
- "Kids going to school, Anime style"
89
  ]
90
 
91
  css = '''
@@ -96,8 +91,13 @@ footer {
96
  }
97
  '''
98
  with gr.Blocks(css=css) as demo:
99
- gr.Markdown("""# SDXL Flash
100
- ### First Image processing takes time then images generate faster.""")
 
 
 
 
 
101
  with gr.Group():
102
  with gr.Row():
103
  prompt = gr.Text(
 
79
 
80
 
81
  examples = [
 
82
  "a ROBOT riding a BLUE horse on Mars, photorealistic",
83
  "a cartoon of a IRONMAN fighting with HULK, wall painting",
 
 
 
 
84
  ]
85
 
86
  css = '''
 
91
  }
92
  '''
93
  with gr.Blocks(css=css) as demo:
94
+
95
+ gr.Markdown("""
96
+ <div style="text-align: center; font-weight: bold; font-size: 2em;">
97
+ Womener AI Flash
98
+ </div>
99
+ """)
100
+
101
  with gr.Group():
102
  with gr.Row():
103
  prompt = gr.Text(