Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nlpln
/
tst
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
tst
/
app.py
nlpln
add module default template
438a1f7
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
130 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"nlpln/tst"
)
launch_gradio_widget(module)