mcc / app.py
Yeshwant123's picture
add module default template
758b953
raw
history blame contribute delete
136 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("Yeshwant123/mcc")
launch_gradio_widget(module)