Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
evaluate-metric
/
sari
like
8
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
cf41915
sari
/
app.py
Last commit not found
raw
Copy download link
history
blame
Safe
126 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"sari"
)
launch_gradio_widget(module)