gparmar commited on
Commit
896183f
1 Parent(s): 4a0faa2

demo header update

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -212,8 +212,8 @@ async () => {
212
  """
213
 
214
  with gr.Blocks(css="style.css") as demo:
215
- gr.Markdown("# Pix2pix-Turbo: **Sketch**", elem_id="description")
216
- gr.Markdown("**Paper:** One-Step Image Translation with Text-to-Image Models", elem_id="paper_name")
217
  gr.Markdown("**GitHub:** https://github.com/GaParmar/img2img-turbo", elem_id="github")
218
  # these are hidden buttons that are used to trigger the canvas changes
219
  line = gr.Checkbox(label="line", value=False, elem_id="cb-line")
 
212
  """
213
 
214
  with gr.Blocks(css="style.css") as demo:
215
+ gr.Markdown("# pix2pix-Turbo: **Sketch**", elem_id="description")
216
+ gr.Markdown("**Paper:** [One-Step Image Translation with Text-to-Image Models](https://arxiv.org/abs/2403.12036) ", elem_id="paper_name")
217
  gr.Markdown("**GitHub:** https://github.com/GaParmar/img2img-turbo", elem_id="github")
218
  # these are hidden buttons that are used to trigger the canvas changes
219
  line = gr.Checkbox(label="line", value=False, elem_id="cb-line")