Update app.py
Browse files
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()
|