mirror of
https://github.com/Cinnamon/kotaemon.git
synced 2025-07-12 11:30:42 +00:00
6 lines
79 B
Python
6 lines
79 B
Python
![]() |
from ktem.main import App
|
||
|
|
||
|
app = App()
|
||
|
demo = app.make()
|
||
|
demo.queue().launch()
|