unite_mup / app.py
alvations's picture
try
554f046
raw
history blame
No virus
130 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("unitemup")
launch_gradio_widget(module)