Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
evaluate-metric
/
meteor
like
14
Running
App
Files
Files
Community
6
c4d4540
meteor
/
app.py
lvwerra
HF staff
Update Space (evaluate main: 828c6327)
47e6046
over 2 years ago
raw
Copy download link
history
blame
Safe
128 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"meteor"
)
launch_gradio_widget(module)