tldr_eval / app.py
shuyanzh's picture
add module default template
5b4d5f2
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("shuyanzh/bash_eval")
launch_gradio_widget(module)