Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dipesh
/
question-answering-bert-large-uncased
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
365288d
question-answering-bert-large-uncased
/
app.py
dipesh
initial commit
365288d
almost 2 years ago
raw
Copy download link
history
blame
Safe
111 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/bert-large-uncased-whole-word-masking-finetuned-squad"
).launch()