Abubakar Abid commited on
Commit
c934818
1 Parent(s): 1b22e69

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+ gr.Interface.load(
3
+ "spaces/eugenesiow/remove-bg",
4
+ css=".footer {display:none !important}",
5
+ inputs="webcam",
6
+ title=None,
7
+ article=None,
8
+ description="This demo (based on: https://huggingface.co/spaces/eugenesiow/remove-bg) removes the background from your webcam photo!").launch()