Update app.py
Browse files
app.py
CHANGED
@@ -722,7 +722,8 @@ with gr.Blocks(css=css, js=js, head=head) as demo:
|
|
722 |
coords = gr.Textbox(elem_id="coords", value=example_coords, label="Coordinates", interactive=False)
|
723 |
|
724 |
model3d = gr.HTML(value="""
|
725 |
-
<a style='color:white;font-weight:bold' href='https://freeali.se/freealise/transparent_video/' target='_blank'>Open renderer in new tab and upload your video there</a
|
|
|
726 |
""")
|
727 |
input_json.input(show_json, inputs=[input_json], outputs=[processed_video, processed_zip, output_frame, output_mask, output_depth])
|
728 |
|
|
|
722 |
coords = gr.Textbox(elem_id="coords", value=example_coords, label="Coordinates", interactive=False)
|
723 |
|
724 |
model3d = gr.HTML(value="""
|
725 |
+
<a style='color:white;font-weight:bold' href='https://freeali.se/freealise/transparent_video/' target='_blank'>Open renderer in new tab and upload your video there</a><br/>
|
726 |
+
<a style='color:white;font-weight:bold' href='https://freeali.se/image-morph-js/' target='_blank'>Warp the images to fix the holes from removed objects</a>
|
727 |
""")
|
728 |
input_json.input(show_json, inputs=[input_json], outputs=[processed_video, processed_zip, output_frame, output_mask, output_depth])
|
729 |
|