Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,6 +16,8 @@ with gr.Blocks(
|
|
| 16 |
# 🪄 LayerDiffuse - Flux version ☔
|
| 17 |
|
| 18 |
A Flux version implementation of LayerDiffuse ([LayerDiffuse](https://github.com/lllyasviel/LayerDiffuse))
|
|
|
|
|
|
|
| 19 |
"""
|
| 20 |
)
|
| 21 |
prompt = gr.Text(
|
|
|
|
| 16 |
# 🪄 LayerDiffuse - Flux version ☔
|
| 17 |
|
| 18 |
A Flux version implementation of LayerDiffuse ([LayerDiffuse](https://github.com/lllyasviel/LayerDiffuse))
|
| 19 |
+
|
| 20 |
+
**Feel free to open a PR and contribute to this demo to help improve it!**
|
| 21 |
"""
|
| 22 |
)
|
| 23 |
prompt = gr.Text(
|