lvwerra HF staff commited on
Commit
b6cdab7
1 Parent(s): a49ed8a

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("glue")
6
  launch_gradio_widget(module)
2
  from evaluate.utils import launch_gradio_widget
3
 
4
 
5
+ module = evaluate.load("glue", "sst2")
6
  launch_gradio_widget(module)
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  # TODO: fix github to release
2
- git+https://github.com/huggingface/evaluate.git@b6e6ed7f3e6844b297bff1b43a1b4be0709b9671
3
  datasets~=2.0
4
  scipy
5
  sklearn
1
  # TODO: fix github to release
2
+ git+https://github.com/huggingface/evaluate.git@505123230059f9605da8951880eddc9d1fbf4278
3
  datasets~=2.0
4
  scipy
5
  sklearn