hynky's picture
Refactor the code
75448af
Raw
History Blame Contribute Delete
143 Bytes
from src.view.view import create_interface
global demo
demo = None
if __name__ == "__main__":
demo = create_interface()
demo.launch()