Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ with gr.Blocks(css=css, theme='YTheme/Sketch') as demo:
|
|
| 28 |
with gr.Row():
|
| 29 |
code = gr.Textbox(label="Ключ доступа", type="password")
|
| 30 |
with gr.Row():
|
| 31 |
-
prompt_input = gr.Textbox(label="Описание изображения")
|
| 32 |
submit_btn = gr.Button("Генерация", variant='primary')
|
| 33 |
with gr.Column():
|
| 34 |
image_output = gr.Image(label="Изображение")
|
|
|
|
| 28 |
with gr.Row():
|
| 29 |
code = gr.Textbox(label="Ключ доступа", type="password")
|
| 30 |
with gr.Row():
|
| 31 |
+
prompt_input = gr.Textbox(label="Описание изображения", lines=3)
|
| 32 |
submit_btn = gr.Button("Генерация", variant='primary')
|
| 33 |
with gr.Column():
|
| 34 |
image_output = gr.Image(label="Изображение")
|