harim_plus / app.py
seonil
bugfixed
b5aef9f
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)