Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Yeshwant123
/
mcc
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ab3b48f
mcc
/
app.py
Yeshwant123
add module default template
758b953
about 2 years ago
raw
Copy download link
history
blame
Safe
136 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"Yeshwant123/mcc"
)
launch_gradio_widget(module)