Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Bekhouche
/
NED
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
703a85e
NED
/
app.py
Bekhouche
Create app.py
703a85e
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
134 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"Bekhouche/NED"
)
launch_gradio_widget(module)