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