dvir-bria commited on
Commit
766af22
1 Parent(s): 8f6995d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -20,10 +20,10 @@ with gr.Blocks(css="style.css") as demo:
20
  with gr.Tabs():
21
  with gr.TabItem("Canny"):
22
  create_demo_canny(model.process_canny)
23
- with gr.TabItem("Depth (Future)"):
24
- create_demo_canny(model.process_mlsd)
25
- with gr.TabItem("Recoloring (Future)"):
26
- create_demo_canny(model.process_scribble)
27
 
28
  if __name__ == "__main__":
29
  demo.queue(max_size=20).launch()
 
20
  with gr.Tabs():
21
  with gr.TabItem("Canny"):
22
  create_demo_canny(model.process_canny)
23
+ # with gr.TabItem("Depth (Future)"):
24
+ # create_demo_canny(model.process_mlsd)
25
+ # with gr.TabItem("Recoloring (Future)"):
26
+ # create_demo_canny(model.process_scribble)
27
 
28
  if __name__ == "__main__":
29
  demo.queue(max_size=20).launch()