Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jordyvl
/
ece
like
4
Configuration error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
212a8e9
ece
/
app.py
jordyvl
adding local app - to be integrated with public app
212a8e9
about 3 years ago
raw
Copy download link
history
blame
Safe
151 Bytes
import
evaluate
import
numpy
as
np
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"jordyvl/ece"
)
launch_gradio_widget(module)