Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
muditash
/
code_bleu
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
code_bleu
/
app.py
mutash
Add code_bleu module
8ee93b2
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
139 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"muditash/code_bleu"
)
launch_gradio_widget(module)