kotaemon/libs/ktem/launch.py

6 lines
104 B
Python
Raw Normal View History

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