AndreCosta's picture
Initial clean commit with LFS configured
7b615ae
raw
history blame contribute delete
180 Bytes
import os
import sys
sys.path.append(os.path.abspath(os.path.dirname(__file__)))
from scripts.Segmentation import app
if __name__ == '__main__':
app.demo.launch(share=True)