salso commited on
Commit
217b8b9
·
verified ·
1 Parent(s): 33b1f6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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] Depth and XLabs Canny based on the space FLUX Style Shaping"
 
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():