anime-remove-background
Build-Deploy-Actions Details

This commit is contained in:
jianjiang 2023-04-25 17:25:18 +08:00
parent c5dd6f3cc8
commit 835067c4af
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -58,4 +58,4 @@ if __name__ == "__main__":
output_img = gr.Image(label="result", image_mode="RGBA")
examples.click(lambda x: x[0], [examples], [input_img])
run_btn.click(rmbg_fn, [input_img], [output_mask, output_img])
app.launch(server_name = "0.0.0.0", share=True)
app.launch(server_name = "0.0.0.0")