Spaces:
Running
on
T4
Running
on
T4
yuntian-deng
commited on
Commit
•
92789a0
1
Parent(s):
197a064
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ print (API_KEY)
|
|
18 |
title = "<h1><center>Markup-to-Image Diffusion Models with Scheduled Sampling</center></h1>"
|
19 |
authors = "<center>Yuntian Deng, Noriyuki Kojima, Alexander M. Rush</center>"
|
20 |
info = '<center><a href="https://openreview.net/pdf?id=81VJDmOE2ol">Paper</a> <a href="https://github.com/da03/markup2im">Code</a></center>'
|
21 |
-
notice = "<p><center><strong>Notice:</strong> Due to resource constraints, we've transitioned from GPU to CPU processing for this demo, which results in longer inference times. We appreciate your understanding.</center></p>"
|
22 |
|
23 |
with gr.Blocks() as demo:
|
24 |
gr.Markdown(title)
|
|
|
18 |
title = "<h1><center>Markup-to-Image Diffusion Models with Scheduled Sampling</center></h1>"
|
19 |
authors = "<center>Yuntian Deng, Noriyuki Kojima, Alexander M. Rush</center>"
|
20 |
info = '<center><a href="https://openreview.net/pdf?id=81VJDmOE2ol">Paper</a> <a href="https://github.com/da03/markup2im">Code</a></center>'
|
21 |
+
notice = "<p><center><strong>Notice:</strong> Due to resource constraints, we've transitioned from GPU to CPU processing for this demo, which results in significantly longer inference times. We appreciate your understanding.</center></p>"
|
22 |
|
23 |
with gr.Blocks() as demo:
|
24 |
gr.Markdown(title)
|