yuntian-deng commited on
Commit
c23213e
1 Parent(s): 0d82661

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -8,6 +8,8 @@ import os
8
  API_ENDPOINT = os.getenv('API_ENDPOINT')
9
  API_KEY = os.getenv('API_KEY')
10
 
 
 
11
  title = "<h1><center>Markup-to-Image Diffusion Models with Scheduled Sampling</center></h1>"
12
  authors = "<center>Yuntian Deng, Noriyuki Kojima, Alexander M. Rush</center>"
13
  info = '<center><a href="https://arxiv.org/pdf/2210.05147.pdf">Paper</a> <a href="https://github.com/da03/markup2im">Code</a></center>'
 
8
  API_ENDPOINT = os.getenv('API_ENDPOINT')
9
  API_KEY = os.getenv('API_KEY')
10
 
11
+ print (API_ENDPOINT)
12
+
13
  title = "<h1><center>Markup-to-Image Diffusion Models with Scheduled Sampling</center></h1>"
14
  authors = "<center>Yuntian Deng, Noriyuki Kojima, Alexander M. Rush</center>"
15
  info = '<center><a href="https://arxiv.org/pdf/2210.05147.pdf">Paper</a> <a href="https://github.com/da03/markup2im">Code</a></center>'