coord_eval / app.py
Rodrigo Ferreira Rodrigues
add metric functions and tests
5f14629
raw
history blame contribute delete
139 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("rfr2003/coord_eval")
launch_gradio_widget(module)