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()