Staticaliza commited on
Commit
00acfc9
·
verified ·
1 Parent(s): 5355c9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -94,8 +94,12 @@ def generate(input=DEFAULT_INPUT, negative_input=DEFAULT_NEGATIVE_INPUT, height=
94
  def cloud():
95
  print("[CLOUD] | Space maintained.")
96
 
 
97
  # Initialize
98
  with gr.Blocks(css=css) as main:
 
 
 
99
  with gr.Column():
100
  input = gr.Textbox(lines=1, value=DEFAULT_INPUT, label="Input")
101
  negative_input = gr.Textbox(lines=1, value=DEFAULT_NEGATIVE_INPUT, label="Input Negative")
 
94
  def cloud():
95
  print("[CLOUD] | Space maintained.")
96
 
97
+
98
  # Initialize
99
  with gr.Blocks(css=css) as main:
100
+ with gr.Column():
101
+ gr.Markdown("🪄 Generate high quality images on all styles.")
102
+
103
  with gr.Column():
104
  input = gr.Textbox(lines=1, value=DEFAULT_INPUT, label="Input")
105
  negative_input = gr.Textbox(lines=1, value=DEFAULT_NEGATIVE_INPUT, label="Input Negative")