Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
tum-nlp
/
negbleurt
like
0
Sleeping
App
Files
Files
Community
83dd7d0
negbleurt
/
app.py
MiriUll
Upload 3 files
83dd7d0
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(
"negbleurt"
)
launch_gradio_widget(module)