File size: 172 Bytes
60532a1
 
 
 
 
 
 
1
2
3
4
5
6
7
from knowlang.chat_bot.chat_interface import create_chatbot
from knowlang.configs.config import AppConfig


config = AppConfig()
demo = create_chatbot(config)
demo.launch()