Spaces:
Running
on
Zero
Running
on
Zero
added link to guide
Browse files
app.py
CHANGED
@@ -91,6 +91,7 @@ css = """
|
|
91 |
|
92 |
title = """<h1 align="center">Diffusers Image Fill</h1>
|
93 |
<div align="center">Draw the mask over the subject you want to erase or change.</div>
|
|
|
94 |
"""
|
95 |
|
96 |
with gr.Blocks(css=css) as demo:
|
|
|
91 |
|
92 |
title = """<h1 align="center">Diffusers Image Fill</h1>
|
93 |
<div align="center">Draw the mask over the subject you want to erase or change.</div>
|
94 |
+
<div align="center">This space is a PoC made for the guide <a href='https://huggingface.co/blog/OzzyGT/diffusers-image-fill'>Diffusers Image Fill</a>.</div>
|
95 |
"""
|
96 |
|
97 |
with gr.Blocks(css=css) as demo:
|