AwesomeK commited on
Commit
8eb61ba
·
1 Parent(s): ce7c644

Load webcam

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
 
3
- gr.Interface.load("huggingface/EleutherAI/gpt-j-6B",
4
- inputs=gr.Textbox(lines=5, label="Input Text") # customizes the input component
5
- ).launch()
 
1
  import gradio as gr
2
 
3
+ gr.Interface.load("spaces/eugenesiow/remove-bg",
4
+ inputs="webcam",
5
+ title="Remove your webcam background!").launch()