diff --git a/modelcenter/PP-Matting/APP/app.py b/modelcenter/PP-Matting/APP1/app.py similarity index 99% rename from modelcenter/PP-Matting/APP/app.py rename to modelcenter/PP-Matting/APP1/app.py index f5936e86f5d723f91465c4f29ac84c422a6fc605..ee7d729259a819e26c3d200d827e2732bf5a8a3f 100644 --- a/modelcenter/PP-Matting/APP/app.py +++ b/modelcenter/PP-Matting/APP1/app.py @@ -179,4 +179,4 @@ with gr.Blocks() as demo: btn1.click(fn=clear_all, inputs=None, outputs=[img_in, img_out]) gr.Button.style(1) -demo.launch() +demo.launch(share=True) diff --git a/modelcenter/PP-Matting/APP/app.yml b/modelcenter/PP-Matting/APP1/app.yml similarity index 100% rename from modelcenter/PP-Matting/APP/app.yml rename to modelcenter/PP-Matting/APP1/app.yml diff --git a/modelcenter/PP-Matting/APP/requirement.txt b/modelcenter/PP-Matting/APP1/requirement.txt similarity index 100% rename from modelcenter/PP-Matting/APP/requirement.txt rename to modelcenter/PP-Matting/APP1/requirement.txt