gabykim's picture
huggingface gradio configuration
1d034b2
raw
history blame
174 Bytes
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()