Update app.py
Browse files
app.py
CHANGED
@@ -115,11 +115,6 @@ article = r"""
|
|
115 |
[![download](https://img.shields.io/github/downloads/TencentARC/GFPGAN/total.svg)](https://github.com/TencentARC/GFPGAN/releases)
|
116 |
[![GitHub Stars](https://img.shields.io/github/stars/TencentARC/GFPGAN?style=social)](https://github.com/TencentARC/GFPGAN)
|
117 |
[![arXiv](https://img.shields.io/badge/arXiv-Paper-<COLOR>.svg)](https://arxiv.org/abs/2101.04061)
|
118 |
-
|
119 |
-
If you have any question, please email 📧 `xintao.wang@outlook.com` or `xintaowang@tencent.com`.
|
120 |
-
|
121 |
-
<center><img src='https://visitor-badge.glitch.me/badge?page_id=akhaliq_GFPGAN' alt='visitor badge'></center>
|
122 |
-
<center><img src='https://visitor-badge.glitch.me/badge?page_id=Gradio_Xintao_GFPGAN' alt='visitor badge'></center>
|
123 |
"""
|
124 |
gr.Interface(
|
125 |
inference, [
|
|
|
115 |
[![download](https://img.shields.io/github/downloads/TencentARC/GFPGAN/total.svg)](https://github.com/TencentARC/GFPGAN/releases)
|
116 |
[![GitHub Stars](https://img.shields.io/github/stars/TencentARC/GFPGAN?style=social)](https://github.com/TencentARC/GFPGAN)
|
117 |
[![arXiv](https://img.shields.io/badge/arXiv-Paper-<COLOR>.svg)](https://arxiv.org/abs/2101.04061)
|
|
|
|
|
|
|
|
|
|
|
118 |
"""
|
119 |
gr.Interface(
|
120 |
inference, [
|