b_norm / app.py
saridormi's picture
initial commit
6de9c64
raw
history blame contribute delete
138 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("saridormi/b_norm")
launch_gradio_widget(module)