maysonma commited on
Commit
0cab506
1 Parent(s): e41a769

update requirements

Browse files
Files changed (2) hide show
  1. app.py +2 -2
  2. requirements.txt +3 -1
app.py CHANGED
@@ -2,5 +2,5 @@ import evaluate
2
  from evaluate.utils import launch_gradio_widget
3
 
4
 
5
- # module = evaluate.load("maysonma/lingo_judge_metric")
6
- # launch_gradio_widget(module)
 
2
  from evaluate.utils import launch_gradio_widget
3
 
4
 
5
+ module = evaluate.load("maysonma/lingo_judge_metric")
6
+ launch_gradio_widget(module)
requirements.txt CHANGED
@@ -1 +1,3 @@
1
- git+https://github.com/huggingface/evaluate@main
 
 
 
1
+ git+https://github.com/huggingface/evaluate@main
2
+ torch
3
+ transformers