yuntian-deng commited on
Commit
6bcf12d
1 Parent(s): e9f393e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ API_KEY = os.getenv('API_KEY')
11
 
12
  title = "<h1><center>Markup-to-Image Diffusion Models with Scheduled Sampling</center></h1>"
13
  authors = "<center>Yuntian Deng, Noriyuki Kojima, Alexander M. Rush</center>"
14
- info = '<center><a href="https://arxiv.org/pdf/2210.05147.pdf">Paper</a> <a href="https://github.com/da03/markup2im">Code</a></center>'
15
 
16
  with gr.Blocks() as demo:
17
  gr.Markdown(title)
 
11
 
12
  title = "<h1><center>Markup-to-Image Diffusion Models with Scheduled Sampling</center></h1>"
13
  authors = "<center>Yuntian Deng, Noriyuki Kojima, Alexander M. Rush</center>"
14
+ info = '<center><a href="https://openreview.net/pdf?id=81VJDmOE2ol">Paper</a> <a href="https://github.com/da03/markup2im">Code</a></center>'
15
 
16
  with gr.Blocks() as demo:
17
  gr.Markdown(title)