FixedF1 / app.py
John Graham Reynolds
update f1 file and load directly from imported class
7ca7f15
raw
history blame
142 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
from fixed_f1 import FixedF1
module = FixedF1()
launch_gradio_widget(module)