lvwerra HF staff commited on
Commit
47eaee1
1 Parent(s): 2662ab5

Update Space (evaluate main: 706e08bb)

Browse files
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("lvwerra/trec_eval")
6
  launch_gradio_widget(module)
 
2
  from evaluate.utils import launch_gradio_widget
3
 
4
 
5
+ module = evaluate.load("trec_eval")
6
  launch_gradio_widget(module)