gonzmart commited on
Commit
462bcda
·
1 Parent(s): e9121e4
Files changed (1) hide show
  1. app.py +7 -8
app.py CHANGED
@@ -106,14 +106,13 @@ ARTICLE = """
106
  ## **🎨✨To cite our work**
107
 
108
  ```bibtex
109
- @misc{conde2024stablestablediffusionrecursive,
110
- title={How Stable is Stable Diffusion under Recursive InPainting (RIP)?},
111
- author={Javier Conde and Miguel González and Gonzalo Martínez and Fernando Moral and Elena Merino-Gómez and Pedro Reviriego},
112
- year={2024},
113
- eprint={2407.09549},
114
- archivePrefix={arXiv},
115
- primaryClass={cs.CV},
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
  """