aideml / app.py
Dixing Xu
feat: Add huggingface example
5ba41ee unverified
raw
history blame contribute delete
92 Bytes
from aide.webui.app import WebUI
if __name__ == "__main__":
app = WebUI()
app.run()