Spaces:
Runtime error
Runtime error
measmonysuon
commited on
Commit
•
66da1b2
1
Parent(s):
7b67b7f
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ headers = {
|
|
14 |
}
|
15 |
|
16 |
# Initialize the client for image generation "prithivMLmods/IMAGINEO-4K" "mukaist/DALLE-4K"
|
17 |
-
client_image = Client("measmonysuon/DALLE-4K")
|
18 |
|
19 |
# Define resolutions and default style
|
20 |
resolutions = {
|
|
|
14 |
}
|
15 |
|
16 |
# Initialize the client for image generation "prithivMLmods/IMAGINEO-4K" "mukaist/DALLE-4K"
|
17 |
+
client_image = Client("measmonysuon/DALLE-4K", token=API_TOKEN)
|
18 |
|
19 |
# Define resolutions and default style
|
20 |
resolutions = {
|