Spaces:
Sleeping
Sleeping
Update helpers.py
Browse files- 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 |
-
|
|
|
|
|
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:
|