Spaces:
Paused
Paused
Commit
·
3abfd84
1
Parent(s):
9270ebf
Update app.py
Browse files
app.py
CHANGED
@@ -39,6 +39,6 @@ gr.Interface(theme='ParityError/Anime', fn=genie, inputs=[gr.Textbox(label='Inpu
|
|
39 |
|
40 |
],
|
41 |
outputs=gr.Image(label='Generated Image'),
|
42 |
-
title="
|
43 |
-
description="<br> <h4> <div style='width:100%'>
|
44 |
-
).launch(debug=True, max_threads=True)
|
|
|
39 |
|
40 |
],
|
41 |
outputs=gr.Image(label='Generated Image'),
|
42 |
+
title="Advanced Dream (SD) ",
|
43 |
+
description="<br> <h4> <div style='width:100%'> Advanced Dream (SD) <br> Warning : This App can display Nudety and explicit images, Don´t use if you are under 18 or are offendend by such images!</h4> </div>",
|
44 |
+
).launch(debug=True, max_threads=True, show_api=False)
|