kotaemon/libs/ktem/launch.py
Duc Nguyen (john) 2dd531114f Make ktem official (#134)
* Move kotaemon and ktem into same folder

* Update docs

* Update CI

* Resolve mypy, isorts

* Re-allow test pdf files
2024-01-23 10:54:18 +07:00

6 lines
79 B
Python

from ktem.main import App
app = App()
demo = app.make()
demo.queue().launch()