Spaces:
Configuration error
Configuration error
Update app1.py
Browse files
app1.py
CHANGED
|
@@ -149,10 +149,11 @@ def run_demo():
|
|
| 149 |
|
| 150 |
|
| 151 |
run_btn = gr.Button('Generate', variant='primary', interactive=True)
|
| 152 |
-
with gr.
|
| 153 |
-
|
| 154 |
-
|
| 155 |
-
|
|
|
|
| 156 |
|
| 157 |
|
| 158 |
run_btn.click(fn=depth_normal,
|
|
|
|
| 149 |
|
| 150 |
|
| 151 |
run_btn = gr.Button('Generate', variant='primary', interactive=True)
|
| 152 |
+
with gr.Row():
|
| 153 |
+
with gr.Column():
|
| 154 |
+
depth = gr.Image(interactive=False, height=384, show_label=False)
|
| 155 |
+
with gr.Column():
|
| 156 |
+
normal = gr.Image(interactive=False, height=384, show_label=False)
|
| 157 |
|
| 158 |
|
| 159 |
run_btn.click(fn=depth_normal,
|