Spaces:
Running
on
Zero
Running
on
Zero
lemonaddie
commited on
Commit
•
1cb8999
1
Parent(s):
e38740d
Update app1.py
Browse files
app1.py
CHANGED
@@ -151,9 +151,9 @@ def run_demo():
|
|
151 |
run_btn = gr.Button('Generate', variant='primary', interactive=True)
|
152 |
with gr.Row():
|
153 |
with gr.Column():
|
154 |
-
depth = gr.Image(interactive=False,
|
155 |
with gr.Column():
|
156 |
-
normal = gr.Image(interactive=False,
|
157 |
|
158 |
|
159 |
run_btn.click(fn=depth_normal,
|
|
|
151 |
run_btn = gr.Button('Generate', variant='primary', interactive=True)
|
152 |
with gr.Row():
|
153 |
with gr.Column():
|
154 |
+
depth = gr.Image(interactive=False, show_label=False)
|
155 |
with gr.Column():
|
156 |
+
normal = gr.Image(interactive=False, show_label=False)
|
157 |
|
158 |
|
159 |
run_btn.click(fn=depth_normal,
|