hamming_loss / app.py
lhy's picture
add module default template
d1961d0
raw
history blame
No virus
137 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("lhy/hamming_loss")
launch_gradio_widget(module)