Ikala-allen's picture
fix
88b0888
raw
history blame contribute delete
No virus
233 Bytes
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)