Spaces:
Running
on
A10G
Running
on
A10G
Linoy Tsaban
commited on
Commit
•
4e3551f
1
Parent(s):
59d711e
Update app.py
Browse files
app.py
CHANGED
@@ -396,10 +396,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
396 |
|
397 |
|
398 |
def reset_do_inversion():
|
399 |
-
|
400 |
-
return True
|
401 |
-
else:
|
402 |
-
return False
|
403 |
|
404 |
def reset_do_reconstruction():
|
405 |
do_reconstruction = True
|
|
|
396 |
|
397 |
|
398 |
def reset_do_inversion():
|
399 |
+
return True
|
|
|
|
|
|
|
400 |
|
401 |
def reset_do_reconstruction():
|
402 |
do_reconstruction = True
|