Update app.py
Browse files
app.py
CHANGED
@@ -50,5 +50,5 @@ def predict(prompt, source_img):
|
|
50 |
|
51 |
custom_css="style.css"
|
52 |
title="InPainting Stable Diffusion CPU"
|
53 |
-
description="Inpainting Stable Diffusion example using CPU and HF token. <br />Warning: Slow process... ~5/10 min inference time. <b>NSFW filter enabled.</b><br /><span style
|
54 |
gr.Interface(fn=predict, inputs=["text", source_img], outputs=gallery, css=custom_css, title=title, description=description).launch(enable_queue=True)
|
|
|
50 |
|
51 |
custom_css="style.css"
|
52 |
title="InPainting Stable Diffusion CPU"
|
53 |
+
description="Inpainting Stable Diffusion example using CPU and HF token. <br />Warning: Slow process... ~5/10 min inference time. <b>NSFW filter enabled.</b><br /><span style=\"color:'red';\">Please use 512*512 square image as input to avoid memory error </span>"
|
54 |
gr.Interface(fn=predict, inputs=["text", source_img], outputs=gallery, css=custom_css, title=title, description=description).launch(enable_queue=True)
|