blimp / app.py
yuvalw's picture
Update app.py
c54bac9 verified
raw
history blame
153 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("./blimp.py", module_type="metric")
launch_gradio_widget(module)