kaytoo2022 commited on
Commit
128f743
·
verified ·
1 Parent(s): c6c47c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def run_lora(prompt, cfg_scale, steps, randomize_seed, seed, width, height, lora
62
  yield image, seed
63
 
64
  # Example cached image and settings
65
- example_image_path = "cloud_shepsky.jpeg" # Replace with the actual path to the example image
66
  example_prompt = """A portrait picture of Cl0udSh3psky dog."""
67
  example_cfg_scale = 3.2
68
  example_steps = 32
 
62
  yield image, seed
63
 
64
  # Example cached image and settings
65
+ example_image_path = "cloud_shepsky.webp" # Replace with the actual path to the example image
66
  example_prompt = """A portrait picture of Cl0udSh3psky dog."""
67
  example_cfg_scale = 3.2
68
  example_steps = 32