Dagfinn1962 commited on
Commit
29a9c51
·
1 Parent(s): 9e7f51d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -37,11 +37,6 @@ gr.Interface(theme='ParityError/Anime', fn=genie, inputs=[gr.Textbox(label='Inpu
37
  ],
38
  outputs=gr.Image(label='Generated Image'),
39
 
40
- css = css
41
- .gradio-container{max-width: 1200 !important}
42
- h1{text-align:center}
43
-
44
-
45
- title="Dream Art (SD) ",
46
  description="<br> <h4> <div style='width:100%'> Info:Dream Art (SD) <br> This App is our favorite now and shows how Stable diffusion works i a good way !</h4> </div>",
47
  ).launch(debug=True, max_threads=True)
 
37
  ],
38
  outputs=gr.Image(label='Generated Image'),
39
 
40
+ title="Dream Art (SD) ",
 
 
 
 
 
41
  description="<br> <h4> <div style='width:100%'> Info:Dream Art (SD) <br> This App is our favorite now and shows how Stable diffusion works i a good way !</h4> </div>",
42
  ).launch(debug=True, max_threads=True)