Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
evaluate-metric/code_eval
maryxm
/
code_eval
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
code_eval
/
app.py
maryxm
Update app.py
213f99b
verified
over 1 year ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
180 Bytes
import
os
os.environ[
"HF_ALLOW_CODE_EVAL"
] =
"1"
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"code_eval"
)
launch_gradio_widget(module)