Spaces:
Build error
Build error
Sean MacAvaney commited on
Commit ·
dc78d1c
1
Parent(s): bb4de78
misc
Browse files
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/
|
| 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):
|