Spaces:
Runtime error
Runtime error
FarziBuilder
commited on
Commit
•
57d6da7
1
Parent(s):
816cf37
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ import pathlib
|
|
37 |
plt = platform.system()
|
38 |
if plt == 'Linux': pathlib.WindowsPath = pathlib.PosixPath
|
39 |
|
40 |
-
def search_images(term, max_images=
|
41 |
print(f"Searching for '{term}'")
|
42 |
return search_images_ddg(term, max_images)
|
43 |
|
|
|
37 |
plt = platform.system()
|
38 |
if plt == 'Linux': pathlib.WindowsPath = pathlib.PosixPath
|
39 |
|
40 |
+
def search_images(term, max_images=999999):
|
41 |
print(f"Searching for '{term}'")
|
42 |
return search_images_ddg(term, max_images)
|
43 |
|