Spaces:
Runtime error
Runtime error
measmonysuon
commited on
Commit
•
dcc49a2
1
Parent(s):
af27696
Update app.py
Browse files
app.py
CHANGED
@@ -8,6 +8,9 @@ from urllib.parse import urlparse, parse_qs
|
|
8 |
|
9 |
# Initialize the client for image generation
|
10 |
client_image = Client("mukaist/DALLE-4K")
|
|
|
|
|
|
|
11 |
|
12 |
# Define resolutions
|
13 |
resolutions = {
|
|
|
8 |
|
9 |
# Initialize the client for image generation
|
10 |
client_image = Client("mukaist/DALLE-4K")
|
11 |
+
# Retrieve secret token from environment variables
|
12 |
+
webhook_server = os.getenv('webhook_server')
|
13 |
+
|
14 |
|
15 |
# Define resolutions
|
16 |
resolutions = {
|