marksverdhei
:construction: WIP
1532c35
raw
history blame
200 Bytes
import logging
from src import interface
logging.basicConfig(level="DEBUG")
def main():
demo = interface.get_demo(wip=True)
demo.launch(debug=True)
if __name__ == "__main__":
main()