pixelize / app.py
thalismind
update for spaces
325a997
raw
history blame contribute delete
122 Bytes
from pixelize import create_interface
# Create and launch the interface
interface = create_interface()
interface.launch()