Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fnvls
/
bleu_1234
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8b46707
bleu_1234
/
app.py
fnvls
add share config app
789fc01
about 1 year ago
raw
Copy download link
history
blame
Safe
136 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"fnvls/bleu_1234"
)
launch_gradio_widget(module)