Manjushri commited on
Commit
12de0a6
1 Parent(s): 61bf676

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,5 +35,5 @@ def predict(source_img, prompt):
35
 
36
 
37
  title="Stable Diffusion 2.0 Inpainting CPU"
38
- description="Inpainting with Stable Diffusion 2.0 <br />Warning: Slow process... ~5-10 min inference time.<br> <b>Please use 512x512 or 768x768 square .png image as input to avoid memory error!!!</b>"
39
  gr.Interface(fn=predict, inputs=[source_img, "text"], outputs='image', title=title, description=description).launch(debug=True)
 
35
 
36
 
37
  title="Stable Diffusion 2.0 Inpainting CPU"
38
+ description="Inpainting with Stable Diffusion 2.0 <br />Warning: Slow process... ~10 min inference time.<br> <b>Please use 512x512 or 768x768 square .png image as input to avoid memory error!!!</b>"
39
  gr.Interface(fn=predict, inputs=[source_img, "text"], outputs='image', title=title, description=description).launch(debug=True)