Prabin Bhandari
Update the moduke
d303927
raw
history blame
147 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("prb977/cooccurrence_count")
launch_gradio_widget(module)