File size: 174 Bytes
1d034b2
 
 
 
 
 
 
1
2
3
4
5
6
7
from know_lang_bot.chat_bot.chat_interface import create_chatbot
from know_lang_bot.config import AppConfig


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