Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ def run_lora(prompt, cfg_scale, steps, randomize_seed, seed, width, height, lora
|
|
63 |
|
64 |
# Example cached image and settings
|
65 |
example_image_path = "bella_space.jpeg" # Replace with the actual path to the example image
|
66 |
-
example_prompt = """
|
67 |
example_cfg_scale = 3.2
|
68 |
example_steps = 32
|
69 |
example_width = 1152
|
|
|
63 |
|
64 |
# Example cached image and settings
|
65 |
example_image_path = "bella_space.jpeg" # Replace with the actual path to the example image
|
66 |
+
example_prompt = """A portrait picture of Cl0udSh3psky dog in an astronaut outfit looking out into the distance. Dreamy planets and stars are visible in the background."""
|
67 |
example_cfg_scale = 3.2
|
68 |
example_steps = 32
|
69 |
example_width = 1152
|