DmitrMakeev commited on
Commit
2972058
1 Parent(s): 191d2ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -79,9 +79,9 @@ with gr.Blocks(css=css) as myface:
79
 
80
  with gr.Row():
81
  with gr.Column(scale=50):
82
- input_text=gr.Textbox(label="Use this box to extend an idea automagically, by typing some words and clicking Extend Idea",lines=2)
83
- use_short=gr.Button("Use Short Prompt")
84
- see_prompts=gr.Button("Extend Idea")
85
 
86
  # Добавление article
87
  gr.HTML(article)
 
79
 
80
  with gr.Row():
81
  with gr.Column(scale=50):
82
+ input_text=gr.Textbox(label="Идея изображения:",lines=2)
83
+ use_short=gr.Button("Активировать идею")
84
+ see_prompts=gr.Button("Генерировать Magic промт")
85
 
86
  # Добавление article
87
  gr.HTML(article)