harim_plus / app.py
seonil
push to hfspace
2885a60
raw
history blame
No virus
139 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("NCSOFT/harim_plus")
launch_gradio_widget(module)