Spaces:
Runtime error
Runtime error
File size: 375 Bytes
c934818 |
1 2 3 4 5 6 7 8 |
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() |