利用 gradio 实现 rembg 的抠图服务的接口化。实际的代码如下。 # @author helsonlin # @date 11/28 24 import gradio as gr import os from rembg import remove, new_session from P