Spaces:
Runtime error
Runtime error
Linoy Tsaban
commited on
Commit
·
fb4ae64
1
Parent(s):
93e7c56
Update app.py
Browse files
app.py
CHANGED
|
@@ -871,6 +871,8 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 871 |
outputs = [do_reconstruction], queue = False)
|
| 872 |
|
| 873 |
skip.change(
|
|
|
|
|
|
|
| 874 |
fn = reset_do_reconstruction,
|
| 875 |
outputs = [do_reconstruction], queue = False)
|
| 876 |
|
|
|
|
| 871 |
outputs = [do_reconstruction], queue = False)
|
| 872 |
|
| 873 |
skip.change(
|
| 874 |
+
fn = reset_do_inversion,
|
| 875 |
+
outputs = [do_inversion], queue = False).then(
|
| 876 |
fn = reset_do_reconstruction,
|
| 877 |
outputs = [do_reconstruction], queue = False)
|
| 878 |
|