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