Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -440,7 +440,8 @@ with gr.Blocks(css=css) as demo:
|
|
440 |
"""
|
441 |
)
|
442 |
gr.Markdown(
|
443 |
-
"Flux[dev] Redux + Flux[dev]
|
|
|
444 |
)
|
445 |
|
446 |
with gr.Row():
|
|
|
440 |
"""
|
441 |
)
|
442 |
gr.Markdown(
|
443 |
+
"Flux[dev] Redux + Flux[dev] Canny. This project implements a custom image-to-image style transfer pipeline that blends the style of one image (Image A) into the structure of another image (Image B).
|
444 |
+
We just added canny to the previous work of Nathan Shipley, where the fusion of style and structure creates artistic visual outputs. It's an easy edit"
|
445 |
)
|
446 |
|
447 |
with gr.Row():
|