Spaces:
Paused
Paused
Commit
·
23bfa5a
1
Parent(s):
de35d08
Update app.py
Browse files
app.py
CHANGED
@@ -35,6 +35,6 @@ gr.Interface(theme='ParityError/Anime', fn=genie, inputs=[gr.Textbox(label='Inpu
|
|
35 |
|
36 |
],
|
37 |
outputs=gr.Image(label='Generated Image'),
|
38 |
-
title="
|
39 |
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>",
|
40 |
).launch(debug=True, max_threads=True)
|
|
|
35 |
|
36 |
],
|
37 |
outputs=gr.Image(label='Generated Image'),
|
38 |
+
title="Dream Art (SD) ",
|
39 |
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>",
|
40 |
).launch(debug=True, max_threads=True)
|