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...
dawood
HF staff
commited on
May 16, 2022
Commit
0592af6
Β·
1 Parent(s):
ce987c8
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+5
-0
app.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
import gradio as gr
2
+
3
+
gr.Interface.load(
4
+
"spaces/abidlabs/remove-bg", inputs="webcam", title="Remove your webcam background!"
5
+
).launch()