Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
evaluate-metric
/
rouge
like
55
Running
App
Files
Files
Community
9
Fetching metadata from the HF Docker repository...
refs/pr/4
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)