Spaces:
Running
on
T4
Running
on
T4
Commit
·
e9f393e
1
Parent(s):
ed69fe5
Update app.py
Browse files
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>"
|