Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Josh98
/
nl2bash_metric
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e8e5bc3
nl2bash_metric
/
app.py
Josh98
update format
28d553d
over 2 years ago
raw
Copy download link
history
blame
Safe
135 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"nl2bash_metric"
)
launch_gradio_widget(module)