KingNish commited on
Commit
4c99be6
1 Parent(s): 73b860d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -39,8 +39,12 @@ examples = [
39
  "Alien holding board with word flash on it",
40
  ]
41
 
42
- with gr.Blocks() as demo:
43
- gr.Markdown("""# SDXL Flash""")
 
 
 
 
44
  with gr.Row():
45
 
46
  prompt = gr.Text(
 
39
  "Alien holding board with word flash on it",
40
  ]
41
 
42
+ with gr.Blocks() as demo:
43
+ with gr.Column():
44
+ gr.Markdown("""# SDXL Flash
45
+ ### Super fast text to Image Generator.
46
+ ### <span style='color: red;'>You may change the steps from 5 to 8 or 10, if you didn't get satisfied results.
47
+ ### First Image processing takes time then images generate faster.""")
48
  with gr.Row():
49
 
50
  prompt = gr.Text(