my_metric / app.py
saicharan2804
Add my evaluation metrics for molecular generation
09e358a
raw
history blame
No virus
145 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("saicharan2804/my_metric")
launch_gradio_widget(module)