Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gabykim
/
KnowLang_Transformers_Demo
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1d034b2
KnowLang_Transformers_Demo
/
app.py
gabykim
huggingface gradio configuration
1d034b2
2 months ago
raw
Copy download link
history
blame
Safe
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()