Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
muhammadshaheryar
/
R-A-G
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
muhammadshaheryar
commited on
Nov 14, 2024
Commit
f187c2e
·
verified
·
1 Parent(s):
54a0ffd
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+7
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,11 @@
1
import faiss
2
3
4
1
import faiss
2
+
pip install --upgrade numpy
3
+
pip uninstall faiss-cpu
4
+
pip install faiss-cpu
5
+
pip show numpy
6
+
pip show faiss-cpu
7
+
pip install numpy==1.21.6
8
+
streamlit run app.py
9
10
11