dxue321 commited on
Commit
f398833
·
1 Parent(s): 912eada

modify title

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,9 +39,9 @@ if __name__ == "__main__":
39
 
40
  with gr.Blocks() as demo:
41
  with gr.Row():
42
- gr.Markdown("# Image recoloring with palette")
43
  with gr.Row():
44
- gr.Markdown("This is a demo for paper [Integrating High‐Level Features for Consistent Palette‐based Multi‐image Recoloring](https://onlinelibrary.wiley.com/doi/pdf/10.1111/cgf.14964).")
45
 
46
 
47
  # multiple image recoloring for color consistency
 
39
 
40
  with gr.Blocks() as demo:
41
  with gr.Row():
42
+ gr.Markdown("# Palette-based Multi-image Recoloring")
43
  with gr.Row():
44
+ gr.Markdown("A demo of paper [Integrating High‐Level Features for Consistent Palette‐based Multi‐image Recoloring](https://onlinelibrary.wiley.com/doi/pdf/10.1111/cgf.14964).")
45
 
46
 
47
  # multiple image recoloring for color consistency