freddyaboulton's picture
Use latest gradio version
0bdf316
raw
history blame
224 Bytes
import os
import gradio as gr
gr.Interface.load(
"spaces/eugenesiow/remove-bg",
inputs=[gr.inputs.Image(label="Input Image", source="webcam"),],
theme="default",
css=".footer{display:none !important}",
).launch()