Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Startup-Exchange
/
ReSell
like
1
Runtime error
App
Files
Files
Community
2
c8a4897
ReSell
/
main.py
pop47
Upload 5 files (
#2
)
f81c34b
12 months ago
raw
Copy download link
history
blame
Safe
209 Bytes
from
ebay
import
search_ebay_sold_items
from
llava
import
get_quality
from
os.path
import
abspath
name =
"miles morales jordan 1"
print
(search_ebay_sold_items(name))
print
(get_quality(abspath(
'shoes.jpeg'
)))