lvwerra HF staff commited on
Commit
ac6b44b
1 Parent(s): f39d195

Update Space (evaluate main: 30bf851a)

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +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("super_glue")
6
  launch_gradio_widget(module)
 
2
  from evaluate.utils import launch_gradio_widget
3
 
4
 
5
+ module = evaluate.load("super_glue", "copa")
6
  launch_gradio_widget(module)
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
  # TODO: fix github to release
2
- git+https://github.com/huggingface/evaluate.git@b6e6ed7f3e6844b297bff1b43a1b4be0709b9671
3
  datasets~=2.0
4
  sklearn
 
1
  # TODO: fix github to release
2
+ git+https://github.com/huggingface/evaluate.git@505123230059f9605da8951880eddc9d1fbf4278
3
  datasets~=2.0
4
  sklearn