measmonysuon commited on
Commit
4144635
1 Parent(s): 13ac978

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -5,6 +5,8 @@ import logging
5
  import requests
6
  from urllib.parse import urlparse, parse_qs
7
 
 
 
8
  # Initialize the client for image generation
9
  client_image = Client("mukaist/DALLE-4K")
10
 
 
5
  import requests
6
  from urllib.parse import urlparse, parse_qs
7
 
8
+ Webhook_server = os.getenv("webhook_server
9
+ ")
10
  # Initialize the client for image generation
11
  client_image = Client("mukaist/DALLE-4K")
12