Rooni commited on
Commit
2e7f9aa
·
verified ·
1 Parent(s): 11d179f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -90,6 +90,7 @@ with gr.Blocks(css=css) as demo:
90
  with gr.Column():
91
  with gr.Row():
92
  prompt = gr.Textbox(show_label=False, placeholder="Описание изображения", max_lines=3, lines=1, interactive=True, scale=20)
 
93
  style = gr.Radio(show_label=False, value="Свой стиль", choices=list(styles.keys()))
94
  with gr.Row():
95
  button = gr.Button(value="Создать")
 
90
  with gr.Column():
91
  with gr.Row():
92
  prompt = gr.Textbox(show_label=False, placeholder="Описание изображения", max_lines=3, lines=1, interactive=True, scale=20)
93
+ with gr.Row():
94
  style = gr.Radio(show_label=False, value="Свой стиль", choices=list(styles.keys()))
95
  with gr.Row():
96
  button = gr.Button(value="Создать")