File size: 224 Bytes
c5afd93
 
6aa2a83
 
 
 
 
4a3afce
 
6aa2a83
1
2
3
4
5
6
7
8
9
10
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()