a84678a 88b0888 a84678a 88b0888
1
2
3
4
5
6
7
8
9
10
11
12
13
import evaluate from evaluate.utils import launch_gradio_widget # Define the path to your custom metric directory metric_path = "Ikala-allen/relation_extraction" module = evaluate.load(metric_path) launch_gradio_widget(module)