b5b4980 78506fe
1
2
3
4
5
from ui_components import create_interface if __name__ == "__main__": demo = create_interface() demo.launch()