leonelhs's picture
init space
1f5b114
raw
history blame
135 Bytes
from remove_background import app
def main():
app.queue().launch(share=True, debug=True)
if __name__ == "__main__":
main()