Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
course-demos
/
Remove-bg
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b2bc265
Remove-bg
/
app.py
dawood
HF staff
Create app.py
0592af6
almost 3 years ago
raw
Copy download link
history
blame
Safe
139 Bytes
import
gradio
as
gr
gr.Interface.load(
"spaces/abidlabs/remove-bg"
, inputs=
"webcam"
, title=
"Remove your webcam background!"
).launch()