fffiloni commited on
Commit
009419b
1 Parent(s): 7362c60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  gr.Interface.load(
2
  "spaces/abidlabs/remove-bg", inputs="webcam", title="Remove your webcam background!"
3
  ).launch()
 
1
+ import gradio as gr
2
+
3
  gr.Interface.load(
4
  "spaces/abidlabs/remove-bg", inputs="webcam", title="Remove your webcam background!"
5
  ).launch()