Kaleidophon
Add all files and wrapper around test function.
d2a50fa
raw
history blame
171 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("almost_stochastic_order", module_type="comparison")
launch_gradio_widget(module)