File size: 211 Bytes
60532a1
 
1d034b2
 
e6b456a
 
 
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(server_name="0.0.0.0", server_port=7860)