mirror of
https://github.com/Cinnamon/kotaemon.git
synced 2025-12-23 23:19:31 +01:00
6 lines
79 B
Python
6 lines
79 B
Python
|
|
from ktem.main import App
|
||
|
|
|
||
|
|
app = App()
|
||
|
|
demo = app.make()
|
||
|
|
demo.queue().launch()
|