Yntec commited on
Commit
a1bab6e
·
1 Parent(s): 9473acb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -163,7 +163,7 @@ with gr.Blocks(css=css) as myface:
163
 
164
  with gr.Row():
165
  with gr.Column(scale=100):
166
- prompt=gr.Textbox(label="Prompt", show_label=False, lines=4,placeholder="[your prompt]").style(container=False)
167
  run=gr.Button("Generate 8 Images")
168
  with gr.Row():
169
  with gr.Column(scale=100):
@@ -176,7 +176,7 @@ with gr.Blocks(css=css) as myface:
176
  output3=gr.Image(label=(f"{current_model}"))
177
  output4=gr.Image(label=(f"{current_model}"))
178
  with gr.Row():
179
- magic1=gr.Textbox(lines=4)
180
  magic2=gr.Textbox(lines=4)
181
  magic3=gr.Textbox(lines=4)
182
  magic4=gr.Textbox(lines=4)
 
163
 
164
  with gr.Row():
165
  with gr.Column(scale=100):
166
+ magic1=gr.Textbox(label="Prompt", show_label=False, lines=4,placeholder="[your prompt]").style(container=False)
167
  run=gr.Button("Generate 8 Images")
168
  with gr.Row():
169
  with gr.Column(scale=100):
 
176
  output3=gr.Image(label=(f"{current_model}"))
177
  output4=gr.Image(label=(f"{current_model}"))
178
  with gr.Row():
179
+ prompt=gr.Textbox(lines=4)
180
  magic2=gr.Textbox(lines=4)
181
  magic3=gr.Textbox(lines=4)
182
  magic4=gr.Textbox(lines=4)