Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -36,4 +36,4 @@ def predict(source_img, prompt):
|
|
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)
|
|
|
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, article = "Code Monkey: <a href=\"https://huggingface.co/Manjushri\">Manjushri</a>").launch(max_threads=True, debug=True)
|