anls / app.py
Viona's picture
initial commit
ced0e09
raw
history blame
No virus
126 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("anls")
launch_gradio_widget(module)