Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yzha
/
ctc_eval
like
1
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
ctc_eval
/
app.py
yzha
add module default template
889e704
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
134 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"yzha/ctc_eval"
)
launch_gradio_widget(module)