Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
-
|
25 |
-
with gr.TabItem("Recoloring (Future)"):
|
26 |
-
|
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()
|