salso commited on
Commit
10ec438
·
verified ·
1 Parent(s): 217b8b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -440,8 +440,7 @@ with gr.Blocks(css=css) as demo:
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():
 
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).We just added canny to the previous work of Nathan Shipley, where the fusion of style and structure creates artistic visual outputs."
 
444
  )
445
 
446
  with gr.Row():