unigram / app.py
ckb's picture
add module default template
b3f9eae
raw
history blame
132 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("ckb/unigram")
launch_gradio_widget(module)