JunhaoZhuang commited on
Commit
67e4eb5
Β·
verified Β·
1 Parent(s): d731fac
Files changed (1) hide show
  1. app.py +17 -1
app.py CHANGED
@@ -75,6 +75,22 @@ If ColorFlow is helpful, please help to ⭐ the <a href='https://github.com/Tenc
75
  πŸ“§ **Contact**
76
  <br>
77
  If you have any questions, please feel free to reach me out at <b>[email protected]</b>.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78
  """
79
 
80
  model_global_path = snapshot_download(repo_id="TencentARC/ColorFlow", cache_dir='./colorflow/', repo_type="model")
@@ -436,7 +452,7 @@ with gr.Blocks() as demo:
436
  <h3 style="text-align: center; font-size: 1.8em;">Retrieval-Augmented Image Sequence Colorization</h3>
437
  <p style="text-align: center; font-weight: bold;">
438
  <a href="https://zhuang2002.github.io/ColorFlow/">Project Page</a> |
439
- <a href="https://arxiv.org/abs/">ArXiv Preprint</a> |
440
  <a href="https://github.com/TencentARC/ColorFlow">GitHub Repository</a>
441
  </p>
442
  <p style="text-align: center; font-weight: bold;">
 
75
  πŸ“§ **Contact**
76
  <br>
77
  If you have any questions, please feel free to reach me out at <b>[email protected]</b>.
78
+
79
+ πŸ“ **Citation**
80
+ <br>
81
+ If our work is useful for your research, please consider citing:
82
+ ```bibtex
83
+ @misc{zhuang2024colorflow,
84
+ title={ColorFlow: Retrieval-Augmented Image Sequence Colorization},
85
+ author={Junhao Zhuang and Xuan Ju and Zhaoyang Zhang and Yong Liu and Shiyi Zhang and Chun Yuan and Ying Shan},
86
+ year={2024},
87
+ eprint={2412.11815},
88
+ archivePrefix={arXiv},
89
+ primaryClass={cs.CV},
90
+ url={https://arxiv.org/abs/2412.11815},
91
+ }
92
+ ```
93
+
94
  """
95
 
96
  model_global_path = snapshot_download(repo_id="TencentARC/ColorFlow", cache_dir='./colorflow/', repo_type="model")
 
452
  <h3 style="text-align: center; font-size: 1.8em;">Retrieval-Augmented Image Sequence Colorization</h3>
453
  <p style="text-align: center; font-weight: bold;">
454
  <a href="https://zhuang2002.github.io/ColorFlow/">Project Page</a> |
455
+ <a href="https://arxiv.org/abs/2412.11815">ArXiv Preprint</a> |
456
  <a href="https://github.com/TencentARC/ColorFlow">GitHub Repository</a>
457
  </p>
458
  <p style="text-align: center; font-weight: bold;">