* serve local model in a different process from the app --------- Co-authored-by: albert <albert@cinnamon.is> Co-authored-by: trducng <trungduc1992@gmail.com>
6 lines
120 B
Python
6 lines
120 B
Python
from ktem.main import App
|
|
|
|
app = App()
|
|
demo = app.make()
|
|
demo.queue().launch(favicon_path=app._favicon, inbrowser=True)
|