Spaces:
Running
on
Zero
Running
on
Zero
kaytoo2022
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def run_lora(prompt, cfg_scale, steps, randomize_seed, seed, width, height, lora
|
|
54 |
yield image, seed
|
55 |
|
56 |
# Example cached image and settings
|
57 |
-
example_image_path = "
|
58 |
example_prompt = """Cara the Cavapoo showing off her cool new t shirt at the beach, a shark is jumping out of the water in the background"""
|
59 |
example_cfg_scale = 3.2
|
60 |
example_steps = 32
|
|
|
54 |
yield image, seed
|
55 |
|
56 |
# Example cached image and settings
|
57 |
+
example_image_path = "cara-shark.jpg" # Replace with the actual path to the example image
|
58 |
example_prompt = """Cara the Cavapoo showing off her cool new t shirt at the beach, a shark is jumping out of the water in the background"""
|
59 |
example_cfg_scale = 3.2
|
60 |
example_steps = 32
|