Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
evaluate-metric/code_eval
maryxm
/
code_eval
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cb10be6
code_eval
/
app.py
maryxm
Update app.py
cb10be6
verified
28 days ago
raw
Copy download link
history
blame
Safe
164 Bytes
import
os
os.environ[
"HF_ALLOW_CODE_EVAL"
] =
"1"
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"code_eval"
)
launch_gradio_widget(module)