Spaces:
Running
on
T4
Running
on
T4
Commit
·
6bcf12d
1
Parent(s):
e9f393e
Update app.py
Browse files
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://
|
| 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)
|