Spaces:
Running
Running
cite
Browse files
app.py
CHANGED
@@ -106,14 +106,13 @@ ARTICLE = """
|
|
106 |
## **🎨✨To cite our work**
|
107 |
|
108 |
```bibtex
|
109 |
-
@
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
url={https://arxiv.org/abs/2407.09549},
|
117 |
}
|
118 |
```
|
119 |
"""
|
|
|
106 |
## **🎨✨To cite our work**
|
107 |
|
108 |
```bibtex
|
109 |
+
@article{conde2025recursive,
|
110 |
+
title={Recursive InPainting (RIP): how much information is lost under recursive inferences?},
|
111 |
+
author={Conde, Javier and Gonzalez, Miguel and Mart{\'\i}nez, Gonzalo and Moral, Fernando and Merino-Gomez, Elena and Reviriego, Pedro},
|
112 |
+
journal={AI \& SOCIETY},
|
113 |
+
pages={1--17},
|
114 |
+
year={2025},
|
115 |
+
publisher={Springer}
|
|
|
116 |
}
|
117 |
```
|
118 |
"""
|