Spaces:
Running
on
Zero
Running
on
Zero
wondervictor
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -64,8 +64,8 @@ with gr.Blocks(css="style.css") as demo:
|
|
64 |
visible=SHOW_DUPLICATE_BUTTON,
|
65 |
)
|
66 |
with gr.Tabs():
|
67 |
-
with gr.TabItem("Depth"):
|
68 |
-
|
69 |
with gr.TabItem("Canny"):
|
70 |
create_demo_canny(model.process_canny)
|
71 |
|
|
|
64 |
visible=SHOW_DUPLICATE_BUTTON,
|
65 |
)
|
66 |
with gr.Tabs():
|
67 |
+
# with gr.TabItem("Depth"):
|
68 |
+
# create_demo_depth(model.process_depth)
|
69 |
with gr.TabItem("Canny"):
|
70 |
create_demo_canny(model.process_canny)
|
71 |
|