osanseviero HF staff commited on
Commit
6aa2a83
1 Parent(s): 4f5c860

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ gr.Interface.load(
4
+ "spaces/eugenesiow/remove-bg",
5
+ inputs=[gr.inputs.Image(label="Input Image", source="webcam"),],
6
+ ).launch()