vihsd / app.py
phucdev's picture
Update space name
6443771
raw
history blame contribute delete
135 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("phucdev/vihsd")
launch_gradio_widget(module)