Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from bs4 import BeautifulSoup
|
|
5 |
def find_it(inp):
|
6 |
out=""
|
7 |
try:
|
8 |
-
url = f
|
9 |
|
10 |
response = requests.get(url)
|
11 |
out=response.text
|
|
|
5 |
def find_it(inp):
|
6 |
out=""
|
7 |
try:
|
8 |
+
url = f'https://lens.google.com/uploadbyurl?url={inp.strip("")}'
|
9 |
|
10 |
response = requests.get(url)
|
11 |
out=response.text
|