yuntian-deng commited on
Commit
8fbd4bf
1 Parent(s): 5f35ef6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -12,6 +12,8 @@ tz = timezone('EST')
12
  API_ENDPOINT = os.getenv('API_ENDPOINT')
13
  API_KEY = os.getenv('API_KEY')
14
 
 
 
15
 
16
  title = "<h1><center>Markup-to-Image Diffusion Models with Scheduled Sampling</center></h1>"
17
  authors = "<center>Yuntian Deng, Noriyuki Kojima, Alexander M. Rush</center>"
 
12
  API_ENDPOINT = os.getenv('API_ENDPOINT')
13
  API_KEY = os.getenv('API_KEY')
14
 
15
+ print (API_ENDPOINT)
16
+ print (API_KEY)
17
 
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>"