charmatch / app.py
kedudzic's picture
add module default template
751d453
raw
history blame
No virus
139 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("kedudzic/charmatch")
launch_gradio_widget(module)