wondervictor commited on
Commit
7f39688
·
verified ·
1 Parent(s): 48c1bdf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -65,8 +65,8 @@ with gr.Blocks(css="style.css") as demo:
65
  visible=SHOW_DUPLICATE_BUTTON,
66
  )
67
  with gr.Tabs():
68
- # with gr.TabItem("Depth"):
69
- # create_demo_depth(model.process_depth)
70
  with gr.TabItem("edge"):
71
  create_demo_edge(model.process_edge)
72
 
 
65
  visible=SHOW_DUPLICATE_BUTTON,
66
  )
67
  with gr.Tabs():
68
+ with gr.TabItem("Depth"):
69
+ create_demo_depth(model.process_depth)
70
  with gr.TabItem("edge"):
71
  create_demo_edge(model.process_edge)
72