Muhammadreza commited on
Commit
a9fdd2e
1 Parent(s): 6c31caf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -54,6 +54,6 @@ gr.Interface(fn=genie, inputs=[gr.Textbox(label='Base Image URL'),
54
  gr.Slider(minimum=0, step=0.05, maximum=1, label="Conditioning Scale"),
55
  ],
56
  outputs='image',
57
- title="Mann-E Dreams",
58
- description="Mann-E Dreams <br><br><b>WARNING: This model is capable of producing NSFW (Softcore) images.</b>",
59
  article = "").launch(debug=True, max_threads=80, show_error=True)
 
54
  gr.Slider(minimum=0, step=0.05, maximum=1, label="Conditioning Scale"),
55
  ],
56
  outputs='image',
57
+ title="Mann-E Dreams w/ ControlNet",
58
+ description="Mann-E Dreams <br><br><b>WARNING: This model is capable of producing NSFW (Softcore) images.</b><br><br>In case you don't want a base image, just paste link to an image and put conditioning scale to 0",
59
  article = "").launch(debug=True, max_threads=80, show_error=True)