Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Bekhouche
/
NED
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5fb42a9
NED
/
app.py
Bekhouche
Update app.py
81eb679
verified
about 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)