Viona commited on
Commit
8eacc09
1 Parent(s): 95d4295

correcting requirements.txt

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +2 -2
app.py CHANGED
@@ -2,5 +2,5 @@ import evaluate
2
  from evaluate.utils import launch_gradio_widget
3
 
4
 
5
- module = evaluate.load("anls")
6
  launch_gradio_widget(module)
 
2
  from evaluate.utils import launch_gradio_widget
3
 
4
 
5
+ module = evaluate.load("Viona/anls")
6
  launch_gradio_widget(module)
requirements.txt CHANGED
@@ -1,2 +1,2 @@
1
- git+https://github.com/huggingface/evaluate
2
- git+https://github.com/maxbachmann/python-Levenshtein.git
 
1
+ evaluate
2
+ python-Levenshtein