Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
evaluate-metric
/
xtreme_s
like
0
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
9fb7d26
xtreme_s
/
app.py
lvwerra
HF Staff
Update Space (evaluate main: 828c6327)
9fb7d26
almost 3 years ago
raw
Copy download link
history
blame
130 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"xtreme_s"
)
launch_gradio_widget(module)