f-chen165
Results
1
comments of
f-chen165
升级gradio包到4.39.0;使用下面的代码替换matte_anything.py中对应的部分 with gr.Blocks() as demo: gr.Markdown( """ # Matte Anything🐒 ! """ ) with gr.Row(equal_height=True): #.style(equal_height=True): with gr.Column(): # input image original_image = gr.State(value="numpy") # store original image without points,...