Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Tinkerbell2023
/
DeepPavlov-bert-base-cased-conversational
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
909cb4e
DeepPavlov-bert-base-cased-conversational
/
app.py
Tinkerbell2023
initial commit
909cb4e
verified
10 months ago
raw
Copy download link
history
blame
Safe
89 Bytes
import
gradio
as
gr
gr.load(
"models/DeepPavlov/bert-base-cased-conversational"
).launch()