Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cpllab
/
syntaxgym
like
1
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
syntaxgym
/
app.py
jgauthier
stage template files
9a11e1b
almost 3 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
138 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"cpllab/syntaxgym"
)
launch_gradio_widget(module)