Spaces:
Runtime error
Runtime error
Commit
Β·
51088c7
1
Parent(s):
c91c54c
Fix danny kids lookup table
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ DROPDOWNS = {
|
|
18 |
"gustav": " by dan mumford and gustav klimt and john harris and jean delville and victo ngai and josan gonzalez",
|
19 |
"hiyao": " by studio ghibli, by miyazaki, watercolor painting",
|
20 |
"vinny": " painting by Vincent van Gogh",
|
21 |
-
"
|
22 |
}
|
23 |
|
24 |
def image_prompt(prompt, dropdown):
|
|
|
18 |
"gustav": " by dan mumford and gustav klimt and john harris and jean delville and victo ngai and josan gonzalez",
|
19 |
"hiyao": " by studio ghibli, by miyazaki, watercolor painting",
|
20 |
"vinny": " painting by Vincent van Gogh",
|
21 |
+
"danny": " drawn by a child",
|
22 |
}
|
23 |
|
24 |
def image_prompt(prompt, dropdown):
|