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