Spaces:
Runtime error
Runtime error
ai-forever
commited on
Commit
β’
78e5de6
1
Parent(s):
55446f7
Update app.py
Browse files
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 |
-
![
|
|
|
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=
|
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=
|
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),
|