Feat/local endpoint llm (#148)
* serve local model in a different process from the app --------- Co-authored-by: albert <albert@cinnamon.is> Co-authored-by: trducng <trungduc1992@gmail.com>
This commit is contained in:
@@ -2,4 +2,4 @@ from ktem.main import App
|
||||
|
||||
app = App()
|
||||
demo = app.make()
|
||||
demo.queue().launch(favicon_path=app._favicon)
|
||||
demo.queue().launch(favicon_path=app._favicon, inbrowser=True)
|
||||
|
Reference in New Issue
Block a user