Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
evaluate-metric
/
squad
like
9
Runtime error
App
Files
Files
Community
1
1eb9f01
squad
/
app.py
lvwerra
HF staff
Update Space (evaluate main: 828c6327)
5802112
over 2 years ago
raw
Copy download link
history
blame
Safe
127 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"squad"
)
launch_gradio_widget(module)