Abubakar Abid
Create app.py
c934818
raw
history blame
375 Bytes
import gradio as gr
gr.Interface.load(
"spaces/eugenesiow/remove-bg",
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()