Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sourceoftruthdata
/
image_background_remover
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sourceoftruthdata
commited on
Jan 1, 2024
Commit
e5cd616
·
1 Parent(s):
34a7110
update image path
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -46,4 +46,4 @@ if my_upload is not None:
46
else:
47
fix_image(upload=my_upload)
48
else:
49
-
fix_image("./
examples
/zebra.jpg")
46
else:
47
fix_image(upload=my_upload)
48
else:
49
+
fix_image("./
images
/zebra.jpg")