geometric_mean / app.py
mfumanelli's picture
add module default template
bdd162d
raw
history blame
No virus
146 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("mfumanelli/geometric_mean")
launch_gradio_widget(module)