Spaces:
Running
on
T4
Running
on
T4
Commit
·
ed69fe5
1
Parent(s):
529d9e6
Update app.py
Browse files
app.py
CHANGED
@@ -8,6 +8,7 @@ import os
|
|
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>"
|
|
|
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>"
|