Update app.py
Browse files
app.py
CHANGED
@@ -776,9 +776,8 @@ with gr.Blocks(css=css, js=js, head=head) as demo:
|
|
776 |
coords = gr.Textbox(elem_id="coords", value=example_coords, label="Coordinates", interactive=False)
|
777 |
|
778 |
model3d = gr.HTML(value="""
|
779 |
-
<a style='color:white;font-weight:bold' href='https://freeali.se/
|
780 |
-
<a style='color:white;font-weight:bold' href='https://freeali.se/
|
781 |
-
Adjust the saturation, lightness and contrast for inpainting
|
782 |
""")
|
783 |
input_json.input(show_json, inputs=[input_json], outputs=[processed_video, processed_zip, output_frame, output_mask, output_depth])
|
784 |
|
|
|
776 |
coords = gr.Textbox(elem_id="coords", value=example_coords, label="Coordinates", interactive=False)
|
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 panoramas to cubemaps 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 |
|