Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ with gr.Blocks(css=css) as demo:
|
|
95 |
|
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"):
|
|
|
95 |
|
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"):
|