Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
jordyvl
/
ece
like
3
Runtime error
App
Files
Files
Community
1
0c94397
ece
/
app.py
jordyvl
might be defunct now
0c94397
over 2 years ago
raw
Copy download link
history
blame
Safe
134 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"jordyvl/ece"
)
launch_gradio_widget(module)