Update app.py
Browse files
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("
|
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):
|