ai-forever commited on
Commit
78e5de6
β€’
1 Parent(s): 55446f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -196,7 +196,8 @@ Kandinsky 2.1 was trained on a large-scale image-text dataset LAION HighRes and
196
 
197
  **Kandinsky 2.1** architecture overview:
198
 
199
- ![kandi2.png]()
 
200
 
201
  """
202
  )
@@ -205,14 +206,14 @@ Kandinsky 2.1 was trained on a large-scale image-text dataset LAION HighRes and
205
  with gr.Row().style(mobile_collapse=False, equal_height=True):
206
 
207
  text = gr.Textbox(
208
- label="Enter your prompt", show_label=False, max_lines=1
209
  ).style(
210
  border=(True, False, True, True),
211
  rounded=(True, False, False, True),
212
  container=False,
213
  )
214
  negative = gr.Textbox(
215
- label="Enter your negative prompt", show_label=False, max_lines=1
216
  ).style(
217
  border=(True, False, True, True),
218
  rounded=(True, False, False, True),
 
196
 
197
  **Kandinsky 2.1** architecture overview:
198
 
199
+ ![](https://raw.githubusercontent.com/ai-forever/Kandinsky-2/main/content/einstein.png)
200
+
201
 
202
  """
203
  )
 
206
  with gr.Row().style(mobile_collapse=False, equal_height=True):
207
 
208
  text = gr.Textbox(
209
+ label="Enter your prompt", show_label=True, max_lines=2
210
  ).style(
211
  border=(True, False, True, True),
212
  rounded=(True, False, False, True),
213
  container=False,
214
  )
215
  negative = gr.Textbox(
216
+ label="Enter your negative prompt", show_label=True, max_lines=2
217
  ).style(
218
  border=(True, False, True, True),
219
  rounded=(True, False, False, True),