Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|