Rooni commited on
Commit
0ea6823
·
1 Parent(s): 85c1371

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Изображение")