Barak1 commited on
Commit
cd4f796
·
1 Parent(s): b6d3fe5

hyperlinks fix

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -67,10 +67,10 @@ else:
67
  # with gr.Blocks(css=css) as demo:
68
  with gr.Blocks() as demo:
69
  gr.Markdown(f"""
70
- This is a demo for our [paper]("https://arxiv.org/abs/2312.12540") **RNRI: Regularized Newton Raphson Inversion for Text-to-Image Diffusion Models**.
71
  Image editing using our RNRI for inversion demonstrates significant speed-up and improved quality compared to previous state-of-the-art methods.
72
  RNRI can be applied to a variety of diffusion models, including SDXL, DDIM, and others.
73
- Take a look at our [project page]("https://barakmam.github.io/rnri.github.io/").
74
  """)
75
  with gr.Row():
76
  with gr.Column(elem_id="col-container-1"):
 
67
  # with gr.Blocks(css=css) as demo:
68
  with gr.Blocks() as demo:
69
  gr.Markdown(f"""
70
+ This is a demo for our [paper](https://arxiv.org/abs/2312.12540) **RNRI: Regularized Newton Raphson Inversion for Text-to-Image Diffusion Models**.
71
  Image editing using our RNRI for inversion demonstrates significant speed-up and improved quality compared to previous state-of-the-art methods.
72
  RNRI can be applied to a variety of diffusion models, including SDXL, DDIM, and others.
73
+ Take a look at our [project page](https://barakmam.github.io/rnri.github.io/).
74
  """)
75
  with gr.Row():
76
  with gr.Column(elem_id="col-container-1"):