dineth554 commited on
Commit
8a09d9b
·
verified ·
1 Parent(s): 436d21b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import os
2
 
3
  # Install necessary libraries using os.system
4
- os.system("pip install streamlit llama-cpp-agent huggingface_hub")
5
 
6
  try:
7
  from llama_cpp import Llama
 
1
  import os
2
 
3
  # Install necessary libraries using os.system
4
+ os.system("pip install streamlit llama-cpp-agent huggingface_hub trafilatura")
5
 
6
  try:
7
  from llama_cpp import Llama