Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -116,12 +116,12 @@ def create_app():
|
|
116 |
outputs=gr.Image(type="pil"),
|
117 |
examples=get_samples(),
|
118 |
)
|
119 |
-
with gr.Tab("Fill"):
|
120 |
-
|
121 |
-
with gr.Tab("Canny"):
|
122 |
-
|
123 |
-
with gr.Tab("Depth"):
|
124 |
-
|
125 |
return app
|
126 |
|
127 |
|
|
|
116 |
outputs=gr.Image(type="pil"),
|
117 |
examples=get_samples(),
|
118 |
)
|
119 |
+
# with gr.Tab("Fill"):
|
120 |
+
# gr.Markdown("Coming soon")
|
121 |
+
# with gr.Tab("Canny"):
|
122 |
+
# gr.Markdown("Coming soon")
|
123 |
+
# with gr.Tab("Depth"):
|
124 |
+
# gr.Markdown("Coming soon")
|
125 |
return app
|
126 |
|
127 |
|