ameerazam08 commited on
Commit
0b82d35
·
verified ·
1 Parent(s): 5334972

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -53,7 +53,12 @@ def generate_image(image, prompt, guidance_scale, num_steps, lora_name):
53
  examples = [
54
  # Each example is a list corresponding to the inputs:
55
  # [Input Image, Prompt, Guidance Scale, Number of Steps, LoRA Name]
56
- ["assets/1.png", "add a halo and wings for the cat by sksmagiceffects", 3.5, 20, "sksmagiceffects"]
 
 
 
 
 
57
  ]
58
 
59
  # Create Gradio interface with sliders for numeric inputs
 
53
  examples = [
54
  # Each example is a list corresponding to the inputs:
55
  # [Input Image, Prompt, Guidance Scale, Number of Steps, LoRA Name]
56
+ ["assets/1.png", "add a halo and wings for the cat by sksmagiceffects", 3.5, 20, "sksmagiceffects"],
57
+ ["assets/1.png", "add a huge by sksmonstercalledlulu", 3.5, 20, "sksmonstercalledlulu"],
58
+ ["assets/1.png", "Add colorful magical effects and flowing color blocks to the cat by skspaintingeffects", 3.5, 20, "skspaintingeffects"],
59
+ ["assets/1.png", "Add hand-drawn lines and star decorations.", 3.5, 20, "sksedgeeffect"],
60
+
61
+
62
  ]
63
 
64
  # Create Gradio interface with sliders for numeric inputs