Update app.py
Browse files
app.py
CHANGED
@@ -115,11 +115,6 @@ article = r"""
|
|
115 |
[](https://github.com/TencentARC/GFPGAN/releases)
|
116 |
[](https://github.com/TencentARC/GFPGAN)
|
117 |
[](https://arxiv.org/abs/2101.04061)
|
118 |
-
|
119 |
-
If you have any question, please email 📧 `[email protected]` or `[email protected]`.
|
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 |
[](https://github.com/TencentARC/GFPGAN/releases)
|
116 |
[](https://github.com/TencentARC/GFPGAN)
|
117 |
[](https://arxiv.org/abs/2101.04061)
|
|
|
|
|
|
|
|
|
|
|
118 |
"""
|
119 |
gr.Interface(
|
120 |
inference, [
|