Spaces:
Runtime error
Runtime error
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 |
-
# [![download](https://img.shields.io/github/downloads/TencentARC/GFPGAN/total.svg)](https://github.com/TencentARC/GFPGAN/releases)
|
108 |
-
# [![GitHub Stars](https://img.shields.io/github/stars/TencentARC/GFPGAN?style=social)](https://github.com/TencentARC/GFPGAN)
|
109 |
[![arXiv](https://img.shields.io/badge/arXiv-Paper-<COLOR>.svg)](https://arxiv.org/pdf/2308.07228.pdf)
|
110 |
[![arXiv](https://img.shields.io/badge/arXiv-Paper-<COLOR>.svg)](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 📧 `[email protected]`.
|
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 |
[![arXiv](https://img.shields.io/badge/arXiv-Paper-<COLOR>.svg)](https://arxiv.org/pdf/2308.07228.pdf)
|
108 |
[![arXiv](https://img.shields.io/badge/arXiv-Paper-<COLOR>.svg)](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 📧 `[email protected]`.
|
|
|
|
|
110 |
"""
|
111 |
demo = gr.Interface(
|
112 |
inference, [
|