Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
daiyizheng
/
valid
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f3a019e
valid
/
app.py
daiyizheng
add module default template
f3a019e
over 2 years ago
raw
Copy download link
history
blame
Safe
137 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"daiyizheng/valid"
)
launch_gradio_widget(module)