Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -101,9 +101,11 @@ with gr.Blocks() as demo:
|
|
101 |
# Add examples
|
102 |
gr.Examples(
|
103 |
examples=[
|
104 |
-
["example_images/01.jpg", None, None, "a
|
105 |
-
["example_images/
|
106 |
["example_images/01.jpg", None, None, "a high quality photo of a <person> as a firefighter", 3.0, 4, 10],
|
|
|
|
|
107 |
],
|
108 |
inputs=[img1, img2, img3, prompt_input, w_input, num_samples_input, seed_input],
|
109 |
label="Example Prompts"
|
|
|
101 |
# Add examples
|
102 |
gr.Examples(
|
103 |
examples=[
|
104 |
+
["example_images/01.jpg", None, None, "a watercolor painting of a <person>, closeup", 1.0, 4, 1],
|
105 |
+
["example_images/02.jpg", None, None, "an abstract pencil drawing of a <person>", 1.5, 4, 30],
|
106 |
["example_images/01.jpg", None, None, "a high quality photo of a <person> as a firefighter", 3.0, 4, 10],
|
107 |
+
["example_images/02.jpg", None, None, "a high quality photo of a <person> smiling in the snow", 2.0, 4, 40],
|
108 |
+
["example_images/01.jpg", None, None, "a pop figure of a <person>, she stands on a white background", 2.0, 4, 20],
|
109 |
],
|
110 |
inputs=[img1, img2, img3, prompt_input, w_input, num_samples_input, seed_input],
|
111 |
label="Example Prompts"
|