Spaces:
Running
on
A10G
Running
on
A10G
Linoy Tsaban
commited on
Commit
•
54f52fa
1
Parent(s):
f1471d4
Update app.py
Browse files
app.py
CHANGED
@@ -420,10 +420,6 @@ with gr.Blocks(css='style.css') as demo:
|
|
420 |
outputs = [reconstruct_button]
|
421 |
)
|
422 |
|
423 |
-
reconstruct_button.click(
|
424 |
-
fn =
|
425 |
-
)
|
426 |
-
|
427 |
|
428 |
|
429 |
# Automatically start inverting upon input_image change
|
|
|
420 |
outputs = [reconstruct_button]
|
421 |
)
|
422 |
|
|
|
|
|
|
|
|
|
423 |
|
424 |
|
425 |
# Automatically start inverting upon input_image change
|