Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
codeparrot
/
apps_metric
like
6
Running
App
Files
Files
Community
7
923c83a
apps_metric
/
app.py
loubnabnl
HF staff
update metric name
7106653
over 2 years ago
raw
Copy download link
history
blame
Safe
142 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"loubnabnl/apps_metric"
)
launch_gradio_widget(module)