Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -82,7 +82,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 82 |
with gr.Row():
|
| 83 |
prompt = gr.Textbox(show_label=False, placeholder="Описание изображения", max_lines=3, lines=1, interactive=True, scale=20)
|
| 84 |
with gr.Row():
|
| 85 |
-
button = gr.Button(value="
|
| 86 |
with gr.Accordion("Дополнительные настройки", open=False):
|
| 87 |
with gr.Row():
|
| 88 |
width = gr.Slider(label="Ширина", minimum=512, maximum=2048, step=1, value=1024, interactive=True)
|
|
|
|
| 82 |
with gr.Row():
|
| 83 |
prompt = gr.Textbox(show_label=False, placeholder="Описание изображения", max_lines=3, lines=1, interactive=True, scale=20)
|
| 84 |
with gr.Row():
|
| 85 |
+
button = gr.Button(value="Создать")
|
| 86 |
with gr.Accordion("Дополнительные настройки", open=False):
|
| 87 |
with gr.Row():
|
| 88 |
width = gr.Slider(label="Ширина", minimum=512, maximum=2048, step=1, value=1024, interactive=True)
|