da03 commited on
Commit
176fe62
·
1 Parent(s): 13b7eb3
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ API_KEY = os.getenv('API_KEY')
9
 
10
  title = "<h1><center>Markup-to-Image Diffusion Models with Scheduled Sampling</center></h1>"
11
  description = "<center>Yuntian Deng, Noriyuki Kojima, Alexander M. Rush</center>"
 
12
 
13
  with gr.Blocks() as demo:
14
  gr.Markdown(title)
 
9
 
10
  title = "<h1><center>Markup-to-Image Diffusion Models with Scheduled Sampling</center></h1>"
11
  description = "<center>Yuntian Deng, Noriyuki Kojima, Alexander M. Rush</center>"
12
+ paper = '<center><a href="https://arxiv.org/pdf/2210.05147.pdf">Paper</a> <a href="https://github.com/da03/markup2im">Code</a></center>'
13
 
14
  with gr.Blocks() as demo:
15
  gr.Markdown(title)