quoc-khanh commited on
Commit
3b59a51
·
verified ·
1 Parent(s): 207a3b5

Update helpers.py

Browse files
Files changed (1) hide show
  1. helpers.py +3 -1
helpers.py CHANGED
@@ -15,7 +15,9 @@ import shutil
15
  import requests
16
  from bs4 import BeautifulSoup
17
  import os
18
- os.system("playwright install")
 
 
19
 
20
  # from file_loader import get_vectorstore
21
  if "GOOGLE_API_KEY" not in os.environ:
 
15
  import requests
16
  from bs4 import BeautifulSoup
17
  import os
18
+
19
+ os.system("playwright install-deps chromium")
20
+ os.system("playwright install --with-deps")
21
 
22
  # from file_loader import get_vectorstore
23
  if "GOOGLE_API_KEY" not in os.environ: