Spaces:
Sleeping
Sleeping
kaytoo2022
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ def run_lora(prompt, cfg_scale, steps, randomize_seed, seed, width, height, lora
|
|
65 |
yield image, seed
|
66 |
|
67 |
# Example cached image and settings
|
68 |
-
example_image_path = "
|
69 |
example_prompt = """A portrait picture of b3lla dog in an astronaut outfit. Planets are visible in the background"""
|
70 |
example_cfg_scale = 3.2
|
71 |
example_steps = 32
|
|
|
65 |
yield image, seed
|
66 |
|
67 |
# Example cached image and settings
|
68 |
+
example_image_path = "cara-shark.jpg" # Replace with the actual path to the example image
|
69 |
example_prompt = """A portrait picture of b3lla dog in an astronaut outfit. Planets are visible in the background"""
|
70 |
example_cfg_scale = 3.2
|
71 |
example_steps = 32
|