Spaces:

sashapff commited on
Commit
4627d9c
1 Parent(s): be7789d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
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
- 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
 
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