lvwerra HF staff commited on
Commit
6669ac0
·
1 Parent(s): 70b1fce

fix namespace for community metric

Browse files

Only "canonical" metrics (i.e. metrics implemented in `evaluate`) don't need a namespace. For the others you need to prepend the user.

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,5 +2,5 @@ import evaluate
2
  from evaluate.utils import launch_gradio_widget
3
 
4
 
5
- module = evaluate.load("directional_bias_amplification")
6
  launch_gradio_widget(module)
 
2
  from evaluate.utils import launch_gradio_widget
3
 
4
 
5
+ module = evaluate.load("angelina-wang/directional_bias_amplification")
6
  launch_gradio_widget(module)