from remove_background import app def main(): app.queue().launch(share=True, debug=True) if __name__ == "__main__": main()