Ozgur Unlu
made some UI changes, stil in CPU
62a1dcb
raw
history blame contribute delete
148 Bytes
from interface import create_interface
# Create and launch the interface
if __name__ == "__main__":
demo = create_interface()
demo.launch()