Spaces:
Runtime error
Runtime error
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 |
"""
|
| 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),
|