Rooni commited on
Commit
caae029
1 Parent(s): d639ef2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -222,7 +222,7 @@ with gr.Blocks(css=css) as demo:
222
  prompt = gr.Textbox("", placeholder="Prompt", show_label=False, lines=3)
223
  negative_prompt = gr.Textbox(placeholder="Negative Prompt", show_label=False, lines=3, value="[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry")
224
  with gr.Column():
225
- text_button = gr.Button("Generate", variant='primary', elem_id="generate")
226
 
227
  with gr.Row():
228
  with gr.Column(scale=3):
 
222
  prompt = gr.Textbox("", placeholder="Prompt", show_label=False, lines=3)
223
  negative_prompt = gr.Textbox(placeholder="Negative Prompt", show_label=False, lines=3, value="[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry")
224
  with gr.Column():
225
+ text_button = gr.Button("Создать", variant='primary', elem_id="generate")
226
 
227
  with gr.Row():
228
  with gr.Column(scale=3):