Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -83,12 +83,12 @@ to generate the autostereogram (Magic Eye)
|
|
| 83 |
examples=examples_images,
|
| 84 |
fn=process_image,
|
| 85 |
inputs=[input_image],
|
| 86 |
-
outputs=predicted_depth
|
| 87 |
cache_examples=True,
|
| 88 |
)
|
| 89 |
button.click(
|
| 90 |
fn=process_image,
|
| 91 |
inputs=[input_image],
|
| 92 |
-
outputs=predicted_depth
|
| 93 |
)
|
| 94 |
blocks.launch(debug=True)
|
|
|
|
| 83 |
examples=examples_images,
|
| 84 |
fn=process_image,
|
| 85 |
inputs=[input_image],
|
| 86 |
+
outputs=predicted_depth,
|
| 87 |
cache_examples=True,
|
| 88 |
)
|
| 89 |
button.click(
|
| 90 |
fn=process_image,
|
| 91 |
inputs=[input_image],
|
| 92 |
+
outputs=predicted_depth,
|
| 93 |
)
|
| 94 |
blocks.launch(debug=True)
|