gokaygokay's picture
next trial
edadc03
raw
history blame contribute delete
No virus
118 Bytes
from ui_components import create_interface
if __name__ == "__main__":
demo = create_interface()
demo.launch()