Spaces:
Runtime error
Runtime error
Commit
·
9f114da
1
Parent(s):
8745de7
Update app.py
Browse filesAdd scribble example
app.py
CHANGED
@@ -132,7 +132,7 @@ with block:
|
|
132 |
ips = [input_image, prompt, input_control, a_prompt, n_prompt, num_samples, image_resolution, ddim_steps, scale, seed, eta, low_threshold, high_threshold]
|
133 |
run_button.click(fn=process, inputs=ips, outputs=[result_gallery])
|
134 |
|
135 |
-
examples = gr.Examples(examples=[["bird.png", "bird","Canny Edge Map"]],inputs = [input_image, prompt, input_control], outputs = [result_gallery])
|
136 |
|
137 |
|
138 |
block.launch(debug = True)
|
|
|
132 |
ips = [input_image, prompt, input_control, a_prompt, n_prompt, num_samples, image_resolution, ddim_steps, scale, seed, eta, low_threshold, high_threshold]
|
133 |
run_button.click(fn=process, inputs=ips, outputs=[result_gallery])
|
134 |
|
135 |
+
examples = gr.Examples(examples=[["bird.png", "bird","Canny Edge Map"],]["turtle.png", "turtle","Scribble"],inputs = [input_image, prompt, input_control], outputs = [result_gallery])
|
136 |
|
137 |
|
138 |
block.launch(debug = True)
|