f1 / app.py
Last commit not found
raw
history blame
124 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("f1")
launch_gradio_widget(module)