Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
tum-nlp
/
negbleurt
like
0
Sleeping
App
Files
Files
Community
main
negbleurt
/
app.py
MiriUll
Update app.py
663b07e
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
139 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"tum-nlp/negbleurt"
)
launch_gradio_widget(module)