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...
b93cb61
bleu_1234
/
app.py
fnvls
add share config app
b93cb61
over 1 year ago
raw
Copy download link
history
blame
Safe
Wrap lines
148 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"fnvls/bleu_1234"
)
launch_gradio_widget(module, share=
True
)