fffiloni's picture
Update app.py
009419b
raw
history blame
139 Bytes
import gradio as gr
gr.Interface.load(
"spaces/abidlabs/remove-bg", inputs="webcam", title="Remove your webcam background!"
).launch()