kaytoo2022 commited on
Commit
64b8210
·
verified ·
1 Parent(s): 86f75c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def run_lora(prompt, cfg_scale, steps, randomize_seed, seed, width, height, lora
63
 
64
  # Example cached image and settings
65
  example_image_path = "bella_space.jpeg" # Replace with the actual path to the example image
66
- example_prompt = """GHIBKSY style, A portrait picture of Cl0udSh3psky dog in an astronaut outfit looking out into the distance. Dreamy planets and stars are visible in the background."""
67
  example_cfg_scale = 3.2
68
  example_steps = 32
69
  example_width = 1152
 
63
 
64
  # Example cached image and settings
65
  example_image_path = "bella_space.jpeg" # Replace with the actual path to the example image
66
+ example_prompt = """A portrait picture of Cl0udSh3psky dog in an astronaut outfit looking out into the distance. Dreamy planets and stars are visible in the background."""
67
  example_cfg_scale = 3.2
68
  example_steps = 32
69
  example_width = 1152