ohayonguy
commited on
Commit
·
4ca94b8
1
Parent(s):
0305973
fixed description
Browse files
app.py
CHANGED
|
@@ -167,9 +167,10 @@ You may use this demo to enhance the quality of any image which contains faces.
|
|
| 167 |
|
| 168 |
|
| 169 |
article = r"""
|
|
|
|
| 170 |
If you find our work useful, please help to ⭐ our <a href='https://github.com/ohayonguy/PMRF' target='_blank'>GitHub repository</a>. Thanks!
|
| 171 |
[](https://github.com/ohayonguy/PMRF)
|
| 172 |
-
|
| 173 |
📝 **Citation**
|
| 174 |
If our work is useful for your research, please consider citing:
|
| 175 |
```bibtex
|
|
@@ -181,9 +182,11 @@ If our work is useful for your research, please consider citing:
|
|
| 181 |
url = {https://arxiv.org/abs/2410.00418}
|
| 182 |
}
|
| 183 |
```
|
|
|
|
| 184 |
📋 **License**
|
| 185 |
This project is released under the <a rel="license" href="https://github.com/ohayonguy/PMRF/blob/master/LICENSE">MIT license</a>.
|
| 186 |
Redistribution and use for non-commercial purposes should follow this license.
|
|
|
|
| 187 |
📧 **Contact**
|
| 188 |
If you have any questions, please feel free to contact me at <b>guyoep@gmail.com</b>.
|
| 189 |
"""
|
|
|
|
| 167 |
|
| 168 |
|
| 169 |
article = r"""
|
| 170 |
+
|
| 171 |
If you find our work useful, please help to ⭐ our <a href='https://github.com/ohayonguy/PMRF' target='_blank'>GitHub repository</a>. Thanks!
|
| 172 |
[](https://github.com/ohayonguy/PMRF)
|
| 173 |
+
|
| 174 |
📝 **Citation**
|
| 175 |
If our work is useful for your research, please consider citing:
|
| 176 |
```bibtex
|
|
|
|
| 182 |
url = {https://arxiv.org/abs/2410.00418}
|
| 183 |
}
|
| 184 |
```
|
| 185 |
+
|
| 186 |
📋 **License**
|
| 187 |
This project is released under the <a rel="license" href="https://github.com/ohayonguy/PMRF/blob/master/LICENSE">MIT license</a>.
|
| 188 |
Redistribution and use for non-commercial purposes should follow this license.
|
| 189 |
+
|
| 190 |
📧 **Contact**
|
| 191 |
If you have any questions, please feel free to contact me at <b>guyoep@gmail.com</b>.
|
| 192 |
"""
|