Spaces:
Sleeping
Sleeping
abhishekdileep
commited on
Commit
•
24a3ce1
1
Parent(s):
8bfdeed
os error gated repo resolve
Browse files- app.py +1 -1
- requirements.txt +89 -0
- requirments.txt +0 -76
app.py
CHANGED
@@ -20,7 +20,7 @@ def search(query):
|
|
20 |
st.session_state.doc = d.doc()
|
21 |
|
22 |
|
23 |
-
st.title("
|
24 |
|
25 |
if "messages" not in st.session_state:
|
26 |
st.session_state.messages = []
|
|
|
20 |
st.session_state.doc = d.doc()
|
21 |
|
22 |
|
23 |
+
st.title("Search Here Instead of Google")
|
24 |
|
25 |
if "messages" not in st.session_state:
|
26 |
st.session_state.messages = []
|
requirements.txt
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate==0.29.2
|
2 |
+
albumentations==1.4.3
|
3 |
+
altair==5.3.0
|
4 |
+
attrs==23.2.0
|
5 |
+
beautifulsoup4==4.12.3
|
6 |
+
bitsandbytes==0.43.1
|
7 |
+
blinker==1.7.0
|
8 |
+
cachetools==5.3.3
|
9 |
+
certifi==2024.2.2
|
10 |
+
charset-normalizer==2.0.4
|
11 |
+
click==8.1.7
|
12 |
+
colorama==0.4.6
|
13 |
+
contourpy==1.2.1
|
14 |
+
cycler==0.12.1
|
15 |
+
filelock==3.13.1
|
16 |
+
fonttools==4.50.0
|
17 |
+
fsspec==2024.3.1
|
18 |
+
gitdb==4.0.11
|
19 |
+
GitPython==3.1.43
|
20 |
+
gmpy2==2.1.2
|
21 |
+
huggingface-hub==0.22.2
|
22 |
+
idna==3.4
|
23 |
+
imageio==2.34.0
|
24 |
+
importlib_resources==6.4.0
|
25 |
+
Jinja2==3.1.3
|
26 |
+
joblib==1.3.2
|
27 |
+
jsonschema==4.21.1
|
28 |
+
jsonschema-specifications==2023.12.1
|
29 |
+
kiwisolver==1.4.5
|
30 |
+
lazy_loader==0.4
|
31 |
+
markdown-it-py==3.0.0
|
32 |
+
MarkupSafe==2.1.3
|
33 |
+
matplotlib==3.8.4
|
34 |
+
mdurl==0.1.2
|
35 |
+
mkl-fft==1.3.8
|
36 |
+
mkl-random==1.2.4
|
37 |
+
mkl-service==2.4.0
|
38 |
+
mpmath==1.3.0
|
39 |
+
networkx==3.1
|
40 |
+
nltk==3.8.1
|
41 |
+
numpy==1.26.4
|
42 |
+
opencv-python-headless==4.9.0.80
|
43 |
+
packaging==24.0
|
44 |
+
pandas==2.2.2
|
45 |
+
pillow==10.2.0
|
46 |
+
pip==23.3.1
|
47 |
+
protobuf==4.25.3
|
48 |
+
psutil==5.9.8
|
49 |
+
pyarrow==16.0.0
|
50 |
+
pydeck==0.8.1b0
|
51 |
+
Pygments==2.17.2
|
52 |
+
pyparsing==3.1.2
|
53 |
+
python-dateutil==2.9.0.post0
|
54 |
+
pytz==2024.1
|
55 |
+
PyYAML==6.0.1
|
56 |
+
referencing==0.34.0
|
57 |
+
regex==2024.4.16
|
58 |
+
requests==2.31.0
|
59 |
+
rich==13.7.1
|
60 |
+
rpds-py==0.18.0
|
61 |
+
safetensors==0.4.3
|
62 |
+
scikit-image==0.22.0
|
63 |
+
scikit-learn==1.4.1.post1
|
64 |
+
scipy==1.13.0
|
65 |
+
sentence-transformers==2.7.0
|
66 |
+
setuptools==68.2.2
|
67 |
+
six==1.16.0
|
68 |
+
smmap==5.0.1
|
69 |
+
soupsieve==2.5
|
70 |
+
streamlit==1.33.0
|
71 |
+
sympy==1.12
|
72 |
+
tenacity==8.2.3
|
73 |
+
threadpoolctl==3.4.0
|
74 |
+
tifffile==2024.2.12
|
75 |
+
tokenizers==0.15.2
|
76 |
+
toml==0.10.2
|
77 |
+
toolz==0.12.1
|
78 |
+
torch==2.2.2
|
79 |
+
torchaudio==2.2.2
|
80 |
+
torchvision==0.17.2
|
81 |
+
tornado==6.4
|
82 |
+
tqdm==4.66.2
|
83 |
+
transformers==4.39.3
|
84 |
+
typing_extensions==4.9.0
|
85 |
+
tzdata==2024.1
|
86 |
+
urllib3==2.1.0
|
87 |
+
watchdog==4.0.0
|
88 |
+
wheel==0.41.2
|
89 |
+
zipp==3.18.1
|
requirments.txt
DELETED
@@ -1,76 +0,0 @@
|
|
1 |
-
|
2 |
-
beautifulsoup4==4.12.3
|
3 |
-
accelerate==0.29.2
|
4 |
-
altair==5.3.0
|
5 |
-
attrs==23.2.0
|
6 |
-
beautifulsoup4==4.12.3
|
7 |
-
bitsandbytes==0.42.0
|
8 |
-
blinker==1.7.0
|
9 |
-
Brotli @ file:///Users/runner/miniforge3/conda-bld/brotli-split_1625213545710/work
|
10 |
-
cachetools==5.3.3
|
11 |
-
certifi @ file:///home/conda/feedstock_root/build_artifacts/certifi_1707022139797/work/certifi
|
12 |
-
cffi @ file:///private/var/folders/k1/30mswbxs7r1g6zwn8y4fyt500000gp/T/abs_b4nang6w_y/croot/cffi_1700254307954/work
|
13 |
-
charset-normalizer @ file:///home/conda/feedstock_root/build_artifacts/charset-normalizer_1698833585322/work
|
14 |
-
click==8.1.7
|
15 |
-
colorama @ file:///home/conda/feedstock_root/build_artifacts/colorama_1666700638685/work
|
16 |
-
filelock @ file:///home/conda/feedstock_root/build_artifacts/filelock_1711394622191/work
|
17 |
-
fsspec @ file:///home/conda/feedstock_root/build_artifacts/fsspec_1710808267764/work
|
18 |
-
gitdb==4.0.11
|
19 |
-
GitPython==3.1.43
|
20 |
-
huggingface_hub @ file:///home/conda/feedstock_root/build_artifacts/huggingface_hub_1711986612800/work
|
21 |
-
idna @ file:///home/conda/feedstock_root/build_artifacts/idna_1701026962277/work
|
22 |
-
importlib_metadata @ file:///home/conda/feedstock_root/build_artifacts/importlib-metadata_1710971335535/work
|
23 |
-
Jinja2 @ file:///home/conda/feedstock_root/build_artifacts/jinja2_1704966972576/work
|
24 |
-
joblib==1.3.2
|
25 |
-
jsonschema==4.21.1
|
26 |
-
jsonschema-specifications==2023.12.1
|
27 |
-
markdown-it-py==3.0.0
|
28 |
-
MarkupSafe @ file:///private/var/folders/nz/j6p8yfhx1mv_0grj5xl4650h0000gp/T/abs_a84ni4pci8/croot/markupsafe_1704206002077/work
|
29 |
-
mdurl==0.1.2
|
30 |
-
mpmath @ file:///home/conda/feedstock_root/build_artifacts/mpmath_1678228039184/work
|
31 |
-
networkx @ file:///home/conda/feedstock_root/build_artifacts/networkx_1698504735452/work
|
32 |
-
nltk==3.8.1
|
33 |
-
numpy @ file:///private/var/folders/k1/30mswbxs7r1g6zwn8y4fyt500000gp/T/abs_a51i_mbs7m/croot/numpy_and_numpy_base_1708638620867/work/dist/numpy-1.26.4-cp39-cp39-macosx_11_0_arm64.whl#sha256=829e20a6c33ce51c1a93497d06cb4af22d84caa54a431ea062765da3134e5287
|
34 |
-
packaging @ file:///home/conda/feedstock_root/build_artifacts/packaging_1710075952259/work
|
35 |
-
pandas==2.2.1
|
36 |
-
pillow @ file:///private/var/folders/nz/j6p8yfhx1mv_0grj5xl4650h0000gp/T/abs_e02b4k5qik/croot/pillow_1707233036487/work
|
37 |
-
protobuf==4.25.3
|
38 |
-
psutil @ file:///private/var/folders/nz/j6p8yfhx1mv_0grj5xl4650h0000gp/T/abs_1310b568-21f4-4cb0-b0e3-2f3d31e39728k9coaga5/croots/recipe/psutil_1656431280844/work
|
39 |
-
pyarrow==15.0.2
|
40 |
-
pycparser @ file:///home/conda/feedstock_root/build_artifacts/pycparser_1711811537435/work
|
41 |
-
pydeck==0.8.1b0
|
42 |
-
Pygments==2.17.2
|
43 |
-
PySocks @ file:///home/conda/feedstock_root/build_artifacts/pysocks_1661604839144/work
|
44 |
-
python-dateutil==2.9.0.post0
|
45 |
-
pytz==2024.1
|
46 |
-
PyYAML==5.4.1
|
47 |
-
referencing==0.34.0
|
48 |
-
regex==2023.12.25
|
49 |
-
requests @ file:///home/conda/feedstock_root/build_artifacts/requests_1684774241324/work
|
50 |
-
rich==13.7.1
|
51 |
-
rpds-py==0.18.0
|
52 |
-
safetensors @ file:///private/var/folders/k1/30mswbxs7r1g6zwn8y4fyt500000gp/T/abs_09qdt_s9t7/croot/safetensors_1708633848061/work
|
53 |
-
scikit-learn @ file:///private/var/folders/k1/30mswbxs7r1g6zwn8y4fyt500000gp/T/abs_60ynh176wd/croot/scikit-learn_1694789615217/work
|
54 |
-
scipy @ file:///private/var/folders/k1/30mswbxs7r1g6zwn8y4fyt500000gp/T/abs_41w43uybvr/croot/scipy_1710947318888/work/dist/scipy-1.12.0-cp39-cp39-macosx_11_0_arm64.whl#sha256=73d83606c8528425eb69a034da182c70ebf79b1a85019adc1f5f32a1329c830c
|
55 |
-
sentence-transformers @ file:///home/conda/feedstock_root/build_artifacts/sentence-transformers_1711454085860/work
|
56 |
-
sentencepiece @ file:///private/var/folders/nz/j6p8yfhx1mv_0grj5xl4650h0000gp/T/abs_dek8463j1w/croot/sentencepiece_1684523571928/work/python
|
57 |
-
six==1.16.0
|
58 |
-
smmap==5.0.1
|
59 |
-
soupsieve==2.5
|
60 |
-
streamlit==1.33.0
|
61 |
-
sympy @ file:///home/conda/feedstock_root/build_artifacts/sympy_1684180539862/work
|
62 |
-
tenacity==8.2.3
|
63 |
-
threadpoolctl @ file:///home/conda/feedstock_root/build_artifacts/threadpoolctl_1710943558485/work
|
64 |
-
tokenizers @ file:///private/var/folders/nz/j6p8yfhx1mv_0grj5xl4650h0000gp/T/abs_77bzam0w9g/croot/tokenizers_1708633828244/work
|
65 |
-
toml==0.10.2
|
66 |
-
toolz==0.12.1
|
67 |
-
torch==2.2.2
|
68 |
-
torchaudio==2.2.2
|
69 |
-
torchvision @ file:///private/var/folders/k1/30mswbxs7r1g6zwn8y4fyt500000gp/T/abs_cfzx6ndngz/croot/torchvision_1689077985227/work
|
70 |
-
tornado==6.4
|
71 |
-
tqdm==4.66.2
|
72 |
-
transformers==4.39.3
|
73 |
-
typing_extensions==4.10.0
|
74 |
-
tzdata==2024.1
|
75 |
-
urllib3 @ file:///home/conda/feedstock_root/build_artifacts/urllib3_1708239446578/work
|
76 |
-
zipp @ file:///home/conda/feedstock_root/build_artifacts/zipp_1695255097490/work
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|