Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bhavanishankarpullela
/
CoSTA
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
CoSTA
/
ST
/
evaluate
/
metrics
/
recall
/
app.py
bhavanishankarpullela
Upload 360 files
b817ab5
verified
8 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
128 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"recall"
)
launch_gradio_widget(module)