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...
main
vihsd
/
app.py
phucdev
Update space name
6443771
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
135 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"phucdev/vihsd"
)
launch_gradio_widget(module)