Sem-nCG / app.py
nbansal's picture
add module default template
668c6f3
raw
history blame
No virus
135 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("nbansal/semncg")
launch_gradio_widget(module)