Spaces:
Runtime error
Runtime error
Commit
·
6b7bbdc
1
Parent(s):
eb9e388
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,8 +34,8 @@ def generate(starting_text):
|
|
| 34 |
return response_end
|
| 35 |
|
| 36 |
|
| 37 |
-
txt = grad.Textbox(lines=1, label="
|
| 38 |
-
out = grad.Textbox(lines=4, label="
|
| 39 |
|
| 40 |
examples = []
|
| 41 |
for x in range(8):
|
|
|
|
| 34 |
return response_end
|
| 35 |
|
| 36 |
|
| 37 |
+
txt = grad.Textbox(lines=1, label="Введите идею изображения", placeholder="На английском")
|
| 38 |
+
out = grad.Textbox(lines=4, label="Генерировать промт")
|
| 39 |
|
| 40 |
examples = []
|
| 41 |
for x in range(8):
|