DmitrMakeev commited on
Commit
1651555
·
1 Parent(s): 6b7bbdc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -34,14 +34,14 @@ def generate(starting_text):
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):
42
  examples.append(line[random.randrange(0, len(line))].replace("\n", "").lower().capitalize())
43
 
44
- title = "SD Magic prompt Generator"
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