Update app.py
Browse files
app.py
CHANGED
@@ -93,12 +93,12 @@ def get_demo():
|
|
93 |
|
94 |
gr.Markdown('''To cite the paper by the authors
|
95 |
```
|
96 |
-
@article{titov2024guideandrescale
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
}
|
102 |
```
|
103 |
''')
|
104 |
return demo
|
|
|
93 |
|
94 |
gr.Markdown('''To cite the paper by the authors
|
95 |
```
|
96 |
+
@article{titov2024guideandrescale
|
97 |
+
title={Guide-and-Rescale: Self-Guidance Mechanism for Effective Tuning-Free Real Image Editing},
|
98 |
+
author={Vadim Titov and Madina Khalmatova and Alexandra Ivanova and Dmitry Vetrov and Aibek Alanov},
|
99 |
+
journal={arXiv preprint arXiv:2409.01322},
|
100 |
+
year={2024}
|
101 |
+
}
|
102 |
```
|
103 |
''')
|
104 |
return demo
|