ERR / app.py
RomanCast's picture
Create app.py
5b9e0ca
raw
history blame
133 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("RomanCast/ERR")
launch_gradio_widget(module)