File size: 135 Bytes
1f5b114
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
from remove_background import app


def main():
    app.queue().launch(share=True, debug=True)


if __name__ == "__main__":
    main()