wondervictor commited on
Commit
91ff2e6
1 Parent(s): ef02327

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -65,9 +65,9 @@ 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
 
73
  if __name__ == "__main__":
 
65
  visible=SHOW_DUPLICATE_BUTTON,
66
  )
67
  with gr.Tabs():
68
+ with gr.TabItem("Depth to Image"):
69
  create_demo_depth(model.process_depth)
70
+ with gr.TabItem("Edge to Image"):
71
  create_demo_edge(model.process_edge)
72
 
73
  if __name__ == "__main__":