fffiloni commited on
Commit
d989292
β€’
1 Parent(s): 0b38ec4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=\"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)
 
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 />Please use 512*512 square image as input to avoid memory error !"
54
  gr.Interface(fn=predict, inputs=["text", source_img], outputs=gallery, css=custom_css, title=title, description=description).launch(enable_queue=True)