Update app.py
Browse files
app.py
CHANGED
|
@@ -100,7 +100,7 @@ to generate the autostereogram (Magic Eye)
|
|
| 100 |
load_example,
|
| 101 |
inputs=[examples_c],
|
| 102 |
outputs=[input_image],
|
| 103 |
-
|
| 104 |
queue=False,
|
| 105 |
)
|
| 106 |
|
|
|
|
| 100 |
load_example,
|
| 101 |
inputs=[examples_c],
|
| 102 |
outputs=[input_image],
|
| 103 |
+
postprocess=False,
|
| 104 |
queue=False,
|
| 105 |
)
|
| 106 |
|