Update app.py
Browse files
app.py
CHANGED
@@ -777,7 +777,7 @@ with gr.Blocks(css=css, js=js, head=head) as demo:
|
|
777 |
|
778 |
model3d = gr.HTML(value="""
|
779 |
<a style='color:white;font-weight:bold' href='https://freeali.se/panoramera/slideshow/' target='_blank'>Open the 3D slideshow in a new tab and upload your video</a><br/>
|
780 |
-
<a style='color:white;font-weight:bold' href='https://freeali.se/cubemap/' target='_blank'>Convert
|
781 |
""")
|
782 |
input_json.input(show_json, inputs=[input_json], outputs=[processed_video, processed_zip, output_frame, output_mask, output_depth])
|
783 |
|
|
|
777 |
|
778 |
model3d = gr.HTML(value="""
|
779 |
<a style='color:white;font-weight:bold' href='https://freeali.se/panoramera/slideshow/' target='_blank'>Open the 3D slideshow in a new tab and upload your video</a><br/>
|
780 |
+
<a style='color:white;font-weight:bold' href='https://freeali.se/cubemap/' target='_blank'>Convert a panorama to cubemap for editing and inpainting</a><br/>
|
781 |
""")
|
782 |
input_json.input(show_json, inputs=[input_json], outputs=[processed_video, processed_zip, output_frame, output_mask, output_depth])
|
783 |
|