wondervictor commited on
Commit
8328111
·
verified ·
1 Parent(s): 85817cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- create_demo_depth(model.process_depth)
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