Fabrice-TIERCELIN
commited on
Commit
•
a8bd76d
1
Parent(s):
6a7e7b1
Run the example on click
Browse files
app.py
CHANGED
@@ -257,6 +257,7 @@ with gr.Blocks() as interface:
|
|
257 |
], scroll_to_output = True)
|
258 |
|
259 |
gr.Examples(
|
|
|
260 |
fn = redraw,
|
261 |
inputs = [
|
262 |
source_img,
|
|
|
257 |
], scroll_to_output = True)
|
258 |
|
259 |
gr.Examples(
|
260 |
+
run_on_click = True,
|
261 |
fn = redraw,
|
262 |
inputs = [
|
263 |
source_img,
|