foivospar
commited on
Commit
·
9fe1f75
1
Parent(s):
eb9c2d1
update paper details
Browse files
app.py
CHANGED
|
@@ -150,11 +150,11 @@ def generate_image(image_path, num_steps, guidance_scale, seed, num_images, use_
|
|
| 150 |
|
| 151 |
### Description
|
| 152 |
title = r"""
|
| 153 |
-
<h1>Arc2Face: A Foundation Model
|
| 154 |
"""
|
| 155 |
|
| 156 |
description = r"""
|
| 157 |
-
<b>Official 🤗 Gradio demo</b> for <a href='https://arc2face.github.io/' target='_blank'><b>Arc2Face: A Foundation Model
|
| 158 |
|
| 159 |
Steps:<br>
|
| 160 |
1. Upload an image with a face. If multiple faces are detected, we use the largest one. For images with already tightly cropped faces, detection may fail, try images with a larger margin.
|
|
@@ -168,7 +168,7 @@ Footer = r"""
|
|
| 168 |
If you find Arc2Face helpful for your research, please consider citing our paper:
|
| 169 |
```bibtex
|
| 170 |
@misc{paraperas2024arc2face,
|
| 171 |
-
title={Arc2Face: A Foundation Model
|
| 172 |
author={Foivos Paraperas Papantoniou and Alexandros Lattas and Stylianos Moschoglou and Jiankang Deng and Bernhard Kainz and Stefanos Zafeiriou},
|
| 173 |
year={2024},
|
| 174 |
eprint={2403.11641},
|
|
|
|
| 150 |
|
| 151 |
### Description
|
| 152 |
title = r"""
|
| 153 |
+
<h1>Arc2Face: A Foundation Model for ID-Consistent Human Faces</h1>
|
| 154 |
"""
|
| 155 |
|
| 156 |
description = r"""
|
| 157 |
+
<b>Official 🤗 Gradio demo</b> for <a href='https://arc2face.github.io/' target='_blank'><b>Arc2Face: A Foundation Model for ID-Consistent Human Faces</b></a>.<br>
|
| 158 |
|
| 159 |
Steps:<br>
|
| 160 |
1. Upload an image with a face. If multiple faces are detected, we use the largest one. For images with already tightly cropped faces, detection may fail, try images with a larger margin.
|
|
|
|
| 168 |
If you find Arc2Face helpful for your research, please consider citing our paper:
|
| 169 |
```bibtex
|
| 170 |
@misc{paraperas2024arc2face,
|
| 171 |
+
title={Arc2Face: A Foundation Model for ID-Consistent Human Faces},
|
| 172 |
author={Foivos Paraperas Papantoniou and Alexandros Lattas and Stylianos Moschoglou and Jiankang Deng and Bernhard Kainz and Stefanos Zafeiriou},
|
| 173 |
year={2024},
|
| 174 |
eprint={2403.11641},
|