Update app.py
Browse files
app.py
CHANGED
@@ -221,7 +221,7 @@ css = """
|
|
221 |
"""
|
222 |
with gr.Blocks(css=css) as blocks:
|
223 |
gr.Markdown("""# Pixio Transparent Generation Demo
|
224 |
-
|
225 |
# Models: [LayerDiffusion/layerdiffusion-v1](https://huggingface.co/LayerDiffusion/layerdiffusion-v1/tree/main)
|
226 |
# Paper: [Transparent Image Layer Diffusion using Latent Transparency](https://huggingface.co/papers/2402.17113)
|
227 |
""")
|
|
|
221 |
"""
|
222 |
with gr.Blocks(css=css) as blocks:
|
223 |
gr.Markdown("""# Pixio Transparent Generation Demo
|
224 |
+
A new way to generate with [Pixio](https://pixio.myapps.ai)
|
225 |
# Models: [LayerDiffusion/layerdiffusion-v1](https://huggingface.co/LayerDiffusion/layerdiffusion-v1/tree/main)
|
226 |
# Paper: [Transparent Image Layer Diffusion using Latent Transparency](https://huggingface.co/papers/2402.17113)
|
227 |
""")
|