kotaemon-app / app.py
ian
add app file
0761598
raw
history blame
71 Bytes
from ktem.main import App
app = App()
demo = app.make()
demo.launch()