DmitrMakeev commited on
Commit
d6d1319
1 Parent(s): 9bc4c3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -159,7 +159,7 @@ with gr.Blocks() as myface:
159
 
160
  with gr.Row():
161
  with gr.Row():
162
- input_text = gr.Textbox(label="Идея пейзажа 🖼", placeholder="", lines=1)
163
  # Model selection dropdown
164
  model_name1 = gr.Dropdown(
165
  label="Палитра 🎨",
@@ -169,8 +169,8 @@ with gr.Blocks() as myface:
169
  interactive=True,
170
  )
171
  with gr.Row():
172
- see_prompts = gr.Button("Сгенерировать Magic промт")
173
- run = gr.Button("Создать пейзаж", variant="primary")
174
 
175
  with gr.Row():
176
  output1 = gr.Image(label="")
 
159
 
160
  with gr.Row():
161
  with gr.Row():
162
+ input_text = gr.Textbox(label="Идея пейзажей 🖼", placeholder="", lines=1)
163
  # Model selection dropdown
164
  model_name1 = gr.Dropdown(
165
  label="Палитра 🎨",
 
169
  interactive=True,
170
  )
171
  with gr.Row():
172
+ see_prompts = gr.Button("Сгенерировать Magic промты")
173
+ run = gr.Button("Создать пейзажи", variant="primary")
174
 
175
  with gr.Row():
176
  output1 = gr.Image(label="")