Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yangwang825
/
datastats
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fb313d1
datastats
/
app.py
yangwang825
Update app.py
0b55ae2
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
142 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"yangwang825/datastats"
)
launch_gradio_widget(module)