MojoHz commited on
Commit
cec7947
·
verified ·
1 Parent(s): a670e13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,7 +1,7 @@
1
  # Install necessary libraries
2
- !pip install -U langchain-community
3
- !pip install yt-dlp
4
- !pip install langchain sentence-transformers faiss-gpu pypdf transformers youtube-search-python arxiv requests scikit-learn
5
 
6
  # Import libraries
7
  import os
 
1
  # Install necessary libraries
2
+ pip install -U langchain-community
3
+ pip install yt-dlp
4
+ pip install langchain sentence-transformers faiss-gpu pypdf transformers youtube-search-python arxiv requests scikit-learn
5
 
6
  # Import libraries
7
  import os