kotaemon-app / app.py
ian
update
feeb01b
raw
history blame
No virus
71 Bytes
from ktem.main import App
app = App()
demo = app.make()
demo.launch()