Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jordyvl
/
ece
like
3
Configuration error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
0736615
ece
/
app.py
jordyvl
small update to include visual definition of ECE
0736615
almost 3 years ago
raw
Copy download link
history
blame
Safe
135 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"jordyvl/ece"
)
launch_gradio_widget(module)