File size: 405 Bytes
c934818
 
 
51d65d3
c934818
 
 
 
 
1
2
3
4
5
6
7
8
9
import gradio as gr
gr.Interface.load(
             "spaces/eugenesiow/remove-bg",
             theme="default",
             css=".footer {display:none !important}",
             inputs="webcam",
             title=None,
             article=None,
             description="This demo (based on: https://huggingface.co/spaces/eugenesiow/remove-bg) removes the background from your webcam photo!").launch()