measmonysuon commited on
Commit
4b91617
1 Parent(s): 6834783

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,8 +6,8 @@ import requests
6
 
7
  webhook_server = os.getenv('webhook_server')
8
 
9
- # Initialize the client for image generation
10
- client_image = Client("mukaist/DALLE-4K")
11
 
12
  # Define resolutions and default style
13
  resolutions = {
 
6
 
7
  webhook_server = os.getenv('webhook_server')
8
 
9
+ # Initialize the client for image generation "prithivMLmods/IMAGINEO-4K" "mukaist/DALLE-4K"
10
+ client_image = Client("prithivMLmods/IMAGINEO-4K")
11
 
12
  # Define resolutions and default style
13
  resolutions = {