Update app.py
Browse files
app.py
CHANGED
@@ -738,7 +738,7 @@ with gr.Blocks(css=css, js=js, head=head) as demo:
|
|
738 |
coords = gr.Textbox(elem_id="coords", value=example_coords, label="Coordinates", interactive=False)
|
739 |
render = gr.Button("Render")
|
740 |
model3d = gr.HTML(value="""<a id='newtab' href='#' target='_blank'>Open in new tab</a><br/>
|
741 |
-
<iframe id='model3d' src='
|
742 |
""")
|
743 |
input_json.input(show_json, inputs=[input_json], outputs=[processed_video, processed_zip, output_frame, output_mask, output_depth, coords])
|
744 |
|
|
|
738 |
coords = gr.Textbox(elem_id="coords", value=example_coords, label="Coordinates", interactive=False)
|
739 |
render = gr.Button("Render")
|
740 |
model3d = gr.HTML(value="""<a id='newtab' href='#' target='_blank'>Open in new tab</a><br/>
|
741 |
+
<iframe id='model3d' src='https://huggingface.co/spaces/freealise/Depth-Anything-V2-Video/resolve/main/index.html' width='100%' height='320'></iframe>
|
742 |
""")
|
743 |
input_json.input(show_json, inputs=[input_json], outputs=[processed_video, processed_zip, output_frame, output_mask, output_depth, coords])
|
744 |
|