Spaces:
Runtime error
Runtime error
Kaleidophon
commited on
Commit
·
ddb08a6
1
Parent(s):
e71fd91
Another path fix
Browse files
app.py
CHANGED
@@ -2,5 +2,5 @@ import evaluate
|
|
2 |
from evaluate.utils import launch_gradio_widget
|
3 |
|
4 |
|
5 |
-
module = evaluate.load("almost_stochastic_order", module_type="comparison")
|
6 |
launch_gradio_widget(module)
|
|
|
2 |
from evaluate.utils import launch_gradio_widget
|
3 |
|
4 |
|
5 |
+
module = evaluate.load("kaleidophon/almost_stochastic_order", module_type="comparison")
|
6 |
launch_gradio_widget(module)
|