Abubakar Abid
Update app.py
51d65d3
raw
history blame contribute delete
405 Bytes
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()