modified app
Browse files
app.py
CHANGED
|
@@ -104,13 +104,9 @@ It is used to restore your **old photos**.<br>
|
|
| 104 |
To use it, simply upload your image.<br>
|
| 105 |
"""
|
| 106 |
article = r"""
|
| 107 |
-
# [](https://github.com/TencentARC/GFPGAN/releases)
|
| 108 |
-
# [](https://github.com/TencentARC/GFPGAN)
|
| 109 |
[](https://arxiv.org/pdf/2308.07228.pdf)
|
| 110 |
[](https://openaccess.thecvf.com/content/CVPR2022/papers/Wang_RestoreFormer_High-Quality_Blind_Face_Restoration_From_Undegraded_Key-Value_Pairs_CVPR_2022_paper.pdf)
|
| 111 |
If you have any question, please email 📧 `wzhoux@connect.hku.hk`.
|
| 112 |
-
# <center><img src='https://visitor-badge.glitch.me/badge?page_id=akhaliq_GFPGAN' alt='visitor badge'></center>
|
| 113 |
-
# <center><img src='https://visitor-badge.glitch.me/badge?page_id=Gradio_Xintao_GFPGAN' alt='visitor badge'></center>
|
| 114 |
"""
|
| 115 |
demo = gr.Interface(
|
| 116 |
inference, [
|
|
|
|
| 104 |
To use it, simply upload your image.<br>
|
| 105 |
"""
|
| 106 |
article = r"""
|
|
|
|
|
|
|
| 107 |
[](https://arxiv.org/pdf/2308.07228.pdf)
|
| 108 |
[](https://openaccess.thecvf.com/content/CVPR2022/papers/Wang_RestoreFormer_High-Quality_Blind_Face_Restoration_From_Undegraded_Key-Value_Pairs_CVPR_2022_paper.pdf)
|
| 109 |
If you have any question, please email 📧 `wzhoux@connect.hku.hk`.
|
|
|
|
|
|
|
| 110 |
"""
|
| 111 |
demo = gr.Interface(
|
| 112 |
inference, [
|