Spaces:
Sleeping
Sleeping
update requirements
Browse files- app.py +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 |
-
|
6 |
-
|
|
|
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
|