Spaces:
Runtime error
Runtime error
Commit
·
1651555
1
Parent(s):
6b7bbdc
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,14 +34,14 @@ 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):
|
| 42 |
examples.append(line[random.randrange(0, len(line))].replace("\n", "").lower().capitalize())
|
| 43 |
|
| 44 |
-
title = "
|
| 45 |
description = ''
|
| 46 |
article = "<br><br><br><br><br><br><br><br><br><br>"
|
| 47 |
|
|
|
|
| 34 |
return response_end
|
| 35 |
|
| 36 |
|
| 37 |
+
txt = grad.Textbox(lines=1, label="Введите идею пейзажа", placeholder="На английском")
|
| 38 |
+
out = grad.Textbox(lines=4, label="Magic промт")
|
| 39 |
|
| 40 |
examples = []
|
| 41 |
for x in range(8):
|
| 42 |
examples.append(line[random.randrange(0, len(line))].replace("\n", "").lower().capitalize())
|
| 43 |
|
| 44 |
+
title = "<br><br><br"
|
| 45 |
description = ''
|
| 46 |
article = "<br><br><br><br><br><br><br><br><br><br>"
|
| 47 |
|