EinfachOlder commited on
Commit
842ae31
·
1 Parent(s): 8eed522

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -41,6 +41,7 @@ title = "Stable Diffusion Prompt Generator"
41
  description = 'This is a demo of the model series: "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,
45
  outputs=out,
46
  examples=examples,
@@ -49,7 +50,7 @@ grad.Interface(fn=generate,
49
  article='',
50
  allow_flagging='never',
51
  cache_examples=False,
52
- css='style.css'
53
  theme="default").launch(enable_queue=True, debug=True)
54
 
55
 
 
41
  description = 'This is a demo of the model series: "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
+ css='style.css'
45
  inputs=txt,
46
  outputs=out,
47
  examples=examples,
 
50
  article='',
51
  allow_flagging='never',
52
  cache_examples=False,
53
+
54
  theme="default").launch(enable_queue=True, debug=True)
55
 
56