Spaces:
Runtime error
Runtime error
fix
Browse files- app.py +1 -2
- requirements.txt +4 -0
app.py
CHANGED
@@ -20,8 +20,7 @@ st.sidebar.markdown(
|
|
20 |
font-size: 50px;
|
21 |
}
|
22 |
</style>
|
23 |
-
<p class="aligncenter">
|
24 |
-
<p style="text-align: center;"> A search engine for the LAION large scale image caption corpora</p>
|
25 |
""",
|
26 |
unsafe_allow_html=True,
|
27 |
)
|
|
|
20 |
font-size: 50px;
|
21 |
}
|
22 |
</style>
|
23 |
+
<p class="aligncenter">Streamlist test Search</p>
|
|
|
24 |
""",
|
25 |
unsafe_allow_html=True,
|
26 |
)
|
requirements.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pyserini
|
2 |
+
datasets
|
3 |
+
faiss-cpu
|
4 |
+
torch
|