Sean MacAvaney commited on
Commit
9fedaf9
1 Parent(s): 6c704b9
Files changed (1) hide show
  1. app.py +1 -1
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/terrier-org/pyterrier_t5
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):