Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
phucdev
/
vihsd
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
674b4c2
vihsd
/
app.py
phucdev
Add app and metric code, update README.md
674b4c2
5 months ago
raw
Copy download link
history
blame
Safe
135 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"phucdev/ViHSD"
)
launch_gradio_widget(module)