Update app.py
Browse files
app.py
CHANGED
@@ -724,7 +724,7 @@ with gr.Blocks(css=css, js=js, head=head) as demo:
|
|
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><br/>
|
727 |
-
Adjust the saturation, lightness and contrast
|
728 |
""")
|
729 |
input_json.input(show_json, inputs=[input_json], outputs=[processed_video, processed_zip, output_frame, output_mask, output_depth])
|
730 |
|
|
|
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><br/>
|
727 |
+
Adjust the saturation, lightness and contrast for inpainting
|
728 |
""")
|
729 |
input_json.input(show_json, inputs=[input_json], outputs=[processed_video, processed_zip, output_frame, output_mask, output_depth])
|
730 |
|