Make ktem official (#134)
* Move kotaemon and ktem into same folder * Update docs * Update CI * Resolve mypy, isorts * Re-allow test pdf files
This commit is contained in:
committed by
GitHub
parent
9c5b707010
commit
2dd531114f
5
libs/ktem/launch.py
Normal file
5
libs/ktem/launch.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from ktem.main import App
|
||||
|
||||
app = App()
|
||||
demo = app.make()
|
||||
demo.queue().launch()
|
Reference in New Issue
Block a user