Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -96,8 +96,8 @@ with gr.Blocks(css=css) as demo:
|
|
96 |
with gr.Blocks(css=css) as demo:
|
97 |
gr.Markdown("zoedepth")
|
98 |
gr.Markdown("bla bla description")
|
99 |
-
with gr.Tab("Depth Prediction"):
|
100 |
-
|
101 |
#with gr.Tab("Image to 3D"):
|
102 |
# create_im_to_3d_demo(model)
|
103 |
|
|
|
96 |
with gr.Blocks(css=css) as demo:
|
97 |
gr.Markdown("zoedepth")
|
98 |
gr.Markdown("bla bla description")
|
99 |
+
#with gr.Tab("Depth Prediction"):
|
100 |
+
# create_depth_pred_demo(model)
|
101 |
#with gr.Tab("Image to 3D"):
|
102 |
# create_im_to_3d_demo(model)
|
103 |
|