Update app.py
Browse files
app.py
CHANGED
@@ -816,8 +816,8 @@ css = """
|
|
816 |
"""
|
817 |
|
818 |
title = "# Depth Anything V2 Video"
|
819 |
-
description = """**Depth Anything V2** on full video files, intended for Google Street View panorama slideshows.
|
820 |
-
Please refer to
|
821 |
|
822 |
|
823 |
#transform = Compose([
|
@@ -924,7 +924,7 @@ with gr.Blocks(css=css, js=js) as demo:
|
|
924 |
' oninput='
|
925 |
this.parentNode.childNodes[2].innerText = this.value;
|
926 |
' onchange='this.click();'/><span>1</span>""")
|
927 |
-
with gr.Accordion(label="
|
928 |
blur_in = gr.Textbox(elem_id="blur_in", label="Kernel size", show_label=False, interactive=False, value=blurin)
|
929 |
with gr.Group():
|
930 |
with gr.Accordion(label="Locations", open=False):
|
|
|
816 |
"""
|
817 |
|
818 |
title = "# Depth Anything V2 Video"
|
819 |
+
description = """**Depth Anything V2** on full video files, intended for Google Street View panorama slideshows.
|
820 |
+
Please refer to the [paper](https://arxiv.org/abs/2406.09414), [project page](https://depth-anything-v2.github.io), and [github](https://github.com/DepthAnything/Depth-Anything-V2) for more details."""
|
821 |
|
822 |
|
823 |
#transform = Compose([
|
|
|
924 |
' oninput='
|
925 |
this.parentNode.childNodes[2].innerText = this.value;
|
926 |
' onchange='this.click();'/><span>1</span>""")
|
927 |
+
with gr.Accordion(label="Levels", open=False):
|
928 |
blur_in = gr.Textbox(elem_id="blur_in", label="Kernel size", show_label=False, interactive=False, value=blurin)
|
929 |
with gr.Group():
|
930 |
with gr.Accordion(label="Locations", open=False):
|