Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Natooz
/
ece
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3424411
ece
/
app.py
Natooz
add module default template
72ac970
unverified
over 1 year ago
raw
Copy download link
history
blame
Safe
131 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"Natooz/ece"
)
launch_gradio_widget(module)