Spaces:
Running
on
Zero
Running
on
Zero
wondervictor
commited on
Commit
•
91ff2e6
1
Parent(s):
ef02327
Update app.py
Browse files
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("
|
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__":
|