Sean MacAvaney commited on
Commit
dc78d1c
1 Parent(s): bb4de78
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ pipe_docs = factory.indexing()
13
  COLAB_NAME = 'pyterrier_splade.ipynb'
14
  COLAB_INSTALL = '''
15
  !pip install -q git+https://github.com/naver/splade
16
- !pip install -q git+https://github.com/cmacdonald/pyt_splade@misc
17
  '''.strip()
18
 
19
  def df2code(df):
 
13
  COLAB_NAME = 'pyterrier_splade.ipynb'
14
  COLAB_INSTALL = '''
15
  !pip install -q git+https://github.com/naver/splade
16
+ !pip install -q git+https://github.com/seanmacavaney/pyt_splade@misc
17
  '''.strip()
18
 
19
  def df2code(df):