modify title
Browse files
app.py
CHANGED
|
@@ -39,9 +39,9 @@ if __name__ == "__main__":
|
|
| 39 |
|
| 40 |
with gr.Blocks() as demo:
|
| 41 |
with gr.Row():
|
| 42 |
-
gr.Markdown("#
|
| 43 |
with gr.Row():
|
| 44 |
-
gr.Markdown("
|
| 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
|