app.py 180 Bytes
Newer Older
hepj's avatar
hepj committed
1
2
3
4
5
6
import evaluate
from evaluate.utils import launch_gradio_widget


module = evaluate.load("{{ cookiecutter.namespace }}/{{ cookiecutter.module_slug }}")
launch_gradio_widget(module)