Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -94,8 +94,8 @@ with gr.Blocks(css=css) as demo:
|
|
94 |
input_img.change(infer, [input_img], [output_1, output_2, output_3])
|
95 |
|
96 |
with gr.Blocks(css=css) as demo:
|
97 |
-
gr.Markdown(
|
98 |
-
gr.Markdown(description)
|
99 |
with gr.Tab("Depth Prediction"):
|
100 |
create_depth_pred_demo(model)
|
101 |
with gr.Tab("Image to 3D"):
|
|
|
94 |
input_img.change(infer, [input_img], [output_1, output_2, output_3])
|
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"):
|