Spaces:
Runtime error
Runtime error
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() |