Spaces:
Running
Running
fix bug
Browse files- SlidesLib/search.py +0 -3
- requirements.txt +3 -1
SlidesLib/search.py
CHANGED
@@ -4,11 +4,8 @@ from selenium.webdriver.chrome.options import Options
|
|
4 |
from chromedriver_py import binary_path
|
5 |
from selenium.webdriver.common.by import By
|
6 |
from selenium.webdriver.support.ui import WebDriverWait
|
7 |
-
from selenium.webdriver.support import expected_conditions as EC
|
8 |
import time
|
9 |
import requests
|
10 |
-
from selenium.webdriver.common.keys import Keys
|
11 |
-
from google_images_download import google_images_download
|
12 |
from bing_image_downloader import downloader
|
13 |
import os
|
14 |
import shutil
|
|
|
4 |
from chromedriver_py import binary_path
|
5 |
from selenium.webdriver.common.by import By
|
6 |
from selenium.webdriver.support.ui import WebDriverWait
|
|
|
7 |
import time
|
8 |
import requests
|
|
|
|
|
9 |
from bing_image_downloader import downloader
|
10 |
import os
|
11 |
import shutil
|
requirements.txt
CHANGED
@@ -6,4 +6,6 @@ numpy
|
|
6 |
colormath
|
7 |
scipy
|
8 |
matplotlib
|
9 |
-
chromedriver_py
|
|
|
|
|
|
6 |
colormath
|
7 |
scipy
|
8 |
matplotlib
|
9 |
+
chromedriver_py
|
10 |
+
bing_image_downloader
|
11 |
+
shutil
|