schwarznet / app.py
That-Random-Coder
Deploy lightweight app and pre-trained model
851541d
Raw
History Blame Contribute Delete
155 Bytes
import sys
import os
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
from demo.app import demo
if __name__ == "__main__":
demo.launch()