Spaces:
Sleeping
Sleeping
Sean MacAvaney
commited on
Commit
•
9fedaf9
1
Parent(s):
6c704b9
update
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ model = MonoT5ReRanker()
|
|
9 |
|
10 |
COLAB_NAME = 'pyterrier_t5.ipynb'
|
11 |
COLAB_INSTALL = '''
|
12 |
-
!pip install -q git+https://github.com/
|
13 |
'''.strip()
|
14 |
|
15 |
def predict(input):
|
|
|
9 |
|
10 |
COLAB_NAME = 'pyterrier_t5.ipynb'
|
11 |
COLAB_INSTALL = '''
|
12 |
+
!pip install -q git+https://github.com/terrierteam/pyterrier_t5
|
13 |
'''.strip()
|
14 |
|
15 |
def predict(input):
|