Last commit not found
raw
history blame
118 Bytes
from ui_components import create_interface
if __name__ == "__main__":
demo = create_interface()
demo.launch()