SemF1 / app.py
nbansal's picture
add module default template
f036197
raw history blame
No virus
134 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("nbansal/semf1")
launch_gradio_widget(module)