Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dpang
/
vision_shop
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dpang
commited on
Jan 10, 2024
Commit
8f52601
·
1 Parent(s):
5af2396
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -20,7 +20,6 @@ def search_amazon(query: str, num: int = 10) -> str:
20
.list(
21
q=query,
22
cx=CX_KEY,
23
-
# cx="103114c8487ce4aa1",
24
num=num,
25
)
26
.execute()
20
.list(
21
q=query,
22
cx=CX_KEY,
23
num=num,
24
)
25
.execute()