Spaces:
Paused
Paused
Commit
·
d99cf93
1
Parent(s):
0c3cb32
Update app.py
Browse files
app.py
CHANGED
@@ -36,6 +36,12 @@ gr.Interface(theme='ParityError/Anime', fn=genie, inputs=[gr.Textbox(label='Inpu
|
|
36 |
|
37 |
],
|
38 |
outputs=gr.Image(label='Generated Image'),
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
title="Dream Art (SD) ",
|
40 |
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>",
|
41 |
).launch(debug=True, max_threads=True)
|
|
|
36 |
|
37 |
],
|
38 |
outputs=gr.Image(label='Generated Image'),
|
39 |
+
|
40 |
+
css = '''
|
41 |
+
.gradio-container{max-width: 1200px !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)
|