Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -39,8 +39,8 @@ def infer(prompt, negative_prompt, seed, randomize_seed, width, height, guidance
|
|
39 |
|
40 |
examples = [
|
41 |
"Astronaut in a jungle, cold color palette, muted colors, detailed, 8k",
|
42 |
-
"
|
43 |
-
"A
|
44 |
]
|
45 |
|
46 |
css="""
|
|
|
39 |
|
40 |
examples = [
|
41 |
"Astronaut in a jungle, cold color palette, muted colors, detailed, 8k",
|
42 |
+
"Paris, France",
|
43 |
+
"A french cheese slice",
|
44 |
]
|
45 |
|
46 |
css="""
|