Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
JP-SystemsX
/
nDCG
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
318c91b
nDCG
/
app.py
JP-SystemsX
Adjustment to allow test in the browser
58bc693
about 2 years ago
raw
Copy download link
history
blame
129 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"nDCG.py"
)
launch_gradio_widget(module)