* Move kotaemon and ktem into same folder * Update docs * Update CI * Resolve mypy, isorts * Re-allow test pdf files
6 lines
79 B
Python
6 lines
79 B
Python
from ktem.main import App
|
|
|
|
app = App()
|
|
demo = app.make()
|
|
demo.queue().launch()
|