Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
evaluate-metric
/
rouge
like
52
Runtime error
App
Files
Files
Community
9
refs/pr/1
rouge
/
app.py
lvwerra
HF staff
Update Space (evaluate main: 828c6327)
2b55a7c
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(
"rouge"
)
launch_gradio_widget(module)