Spaces:
Running
on
Zero
Running
on
Zero
link to fast inpaint
Browse files
app.py
CHANGED
|
@@ -101,9 +101,12 @@ def clear_result():
|
|
| 101 |
return gr.update(value=None)
|
| 102 |
|
| 103 |
|
| 104 |
-
title = """<
|
| 105 |
<div align="center">Draw the mask over the subject you want to erase or change.</div>
|
| 106 |
-
<div align="center">
|
|
|
|
|
|
|
|
|
|
| 107 |
"""
|
| 108 |
|
| 109 |
with gr.Blocks() as demo:
|
|
|
|
| 101 |
return gr.update(value=None)
|
| 102 |
|
| 103 |
|
| 104 |
+
title = """<h2 align="center">Diffusers Image Fill</h2>
|
| 105 |
<div align="center">Draw the mask over the subject you want to erase or change.</div>
|
| 106 |
+
<div align="center">
|
| 107 |
+
This space is a PoC made for the guide <a href='https://huggingface.co/blog/OzzyGT/diffusers-image-fill'>Diffusers Image Fill</a>.
|
| 108 |
+
If you need a space where you can use prompts, please go to the <a href='https://huggingface.co/spaces/OzzyGT/diffusers-fast-inpaint'>Diffusers Fast Inpaint</a> space.
|
| 109 |
+
</div>
|
| 110 |
"""
|
| 111 |
|
| 112 |
with gr.Blocks() as demo:
|