kaytoo2022 commited on
Commit
014d463
·
verified ·
1 Parent(s): 4ebd600

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "example0.webp" # 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
 
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