yuntian-deng commited on
Commit
e9f393e
·
1 Parent(s): ed69fe5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -8,7 +8,6 @@ import os
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>"
 
8
  API_ENDPOINT = os.getenv('API_ENDPOINT')
9
  API_KEY = os.getenv('API_KEY')
10
 
 
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>"