File size: 92 Bytes
5ba41ee
 
 
 
 
1
2
3
4
5
from aide.webui.app import WebUI

if __name__ == "__main__":
    app = WebUI()
    app.run()