Spaces:
Build error
Build error
Update app.py
Browse files
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... ~
|
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)
|