Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ def infer(source_img, prompt, guide, steps, seed, strength):
|
|
56 |
print("Great sylvain ! Everything is working fine !")
|
57 |
|
58 |
title="Img2Img Stable Diffusion CPU"
|
59 |
-
description="<p style='text-align: center;'>Img2Img Stable Diffusion example using CPU and HF token. <br />Warning: Slow process... ~5/10 min inference time. <b>NSFW filter enabled. <br /> <img id='visitor-badge' alt='visitor badge' src='https://visitor-badge.glitch.me/badge?page_id=gradio-blocks.
|
60 |
|
61 |
gr.Interface(fn=infer, inputs=[source_img,
|
62 |
"text",
|
|
|
56 |
print("Great sylvain ! Everything is working fine !")
|
57 |
|
58 |
title="Img2Img Stable Diffusion CPU"
|
59 |
+
description="<p style='text-align: center;'>Img2Img Stable Diffusion example using CPU and HF token. <br />Warning: Slow process... ~5/10 min inference time. <b>NSFW filter enabled. <br /> <img id='visitor-badge' alt='visitor badge' src='https://visitor-badge.glitch.me/badge?page_id=gradio-blocks.stable-diffusion-img2img' style='display: inline-block'/></b></p>"
|
60 |
|
61 |
gr.Interface(fn=infer, inputs=[source_img,
|
62 |
"text",
|