Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,17 +93,5 @@ with gr.Blocks(css=css) as demo:
|
|
| 93 |
|
| 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"):
|
| 102 |
-
# create_im_to_3d_demo(model)
|
| 103 |
-
|
| 104 |
-
gr.HTML('''<br><br><br><center>You can duplicate this Space to skip the queue:<a href="https://huggingface.co/spaces/shariqfarooq/ZoeDepth?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a><br>
|
| 105 |
-
<p><img src="https://visitor-badge.glitch.me/badge?page_id=shariqfarooq.zoedepth_demo_hf" alt="visitors"></p></center>''')
|
| 106 |
-
|
| 107 |
-
|
| 108 |
|
| 109 |
-
demo.launch(debug=True
|
|
|
|
| 93 |
|
| 94 |
input_img.change(infer, [input_img], [output_1, output_2, output_3])
|
| 95 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 96 |
|
| 97 |
+
demo.launch(debug=True)
|