kaytoo2022 commited on
Commit
f568abc
·
verified ·
1 Parent(s): 89f75d5

Update app.py

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