Spaces:
Runtime error
Runtime error
Fix dependencies
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
huggingface-hub==0.0.17
|
2 |
-
streamlit==
|
3 |
transformers==4.11.3
|
4 |
watchdog==2.1.3
|
5 |
sentence-transformers==2.0.0
|
6 |
-
bokeh==2.
|
7 |
umap-learn==0.5.1
|
8 |
numpy==1.20.0
|
|
|
|
1 |
huggingface-hub==0.0.17
|
2 |
+
streamlit==1.8.1
|
3 |
transformers==4.11.3
|
4 |
watchdog==2.1.3
|
5 |
sentence-transformers==2.0.0
|
6 |
+
bokeh==2.4.1
|
7 |
umap-learn==0.5.1
|
8 |
numpy==1.20.0
|
9 |
+
Jinja2==3.0.3
|