Alfasign commited on
Commit
430056d
1 Parent(s): 91e8465

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,7 +30,7 @@ def generate(starting_text):
30
  return response_end
31
 
32
 
33
- txt = grad.Textbox(lines=1, label="Initial Text", placeholder="English Text here")
34
  out = grad.Textbox(lines=4, label="Generated Prompts")
35
 
36
  examples = []
@@ -38,7 +38,7 @@ for x in range(8):
38
  examples.append(line[random.randrange(0, len(line))].replace("\n", "").lower().capitalize())
39
 
40
  title = "Stable Diffusion Prompt Generator"
41
- description = 'Einfach.Prompt für Stable Diffusion: "MagicPrompt", in this case, aimed at: "Stable Diffusion". To use it, simply submit your text or click on one of the examples. To learn more about the model, [click here](https://huggingface.co/Gustavosta/MagicPrompt-Stable-Diffusion).<br>'
42
 
43
  grad.Interface(fn=generate,
44
  inputs=txt,
 
30
  return response_end
31
 
32
 
33
+ txt = grad.Textbox(lines=1, label="Initial Text", placeholder="Dein Text hier")
34
  out = grad.Textbox(lines=4, label="Generated Prompts")
35
 
36
  examples = []
 
38
  examples.append(line[random.randrange(0, len(line))].replace("\n", "").lower().capitalize())
39
 
40
  title = "Stable Diffusion Prompt Generator"
41
+ description = '✯✯✯ Einfach.Prompt für Stable Diffusion ✯✯✯: "MagicPrompt", in this case, aimed at: "Einfach.Prompt for Stable Diffusion". To use it, simply submit your text or click on one of the examples. To learn more about the model, [click here](https://huggingface.co/alfasign).<br>'
42
 
43
  grad.Interface(fn=generate,
44
  inputs=txt,