Kaleidophon
Another path fix
ddb08a6
raw
history blame contribute delete
183 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("kaleidophon/almost_stochastic_order", module_type="comparison")
launch_gradio_widget(module)