freealise commited on
Commit
d527e6c
·
verified ·
1 Parent(s): b6472b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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/freealise/transparent_video/' target='_blank'>Open renderer in new tab and upload your video there</a><br/>
780
- <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><br/>
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