Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
evaluate-metric
/
code_eval
like
21
Running
App
Files
Files
Community
4
4239933
code_eval
/
app.py
lvwerra
HF staff
Update Space (evaluate main: 828c6327)
fa1e19e
over 2 years ago
raw
Copy download link
history
blame
Safe
131 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"code_eval"
)
launch_gradio_widget(module)