fffiloni commited on
Commit
baba962
1 Parent(s): 91493ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
 
3
  gr.Interface.load(
4
- "spaces/jjeamin/ArcaneStyleTransfer", inputs=[gr.inputs.Image(source="webcam", label="Input"), gr.inputs.Radio(['True','False'], type="value", default='True', label='face align')], title="Remove your webcam background!"
5
  ).launch()
 
1
  import gradio as gr
2
 
3
  gr.Interface.load(
4
+ "spaces/jjeamin/ArcaneStyleTransfer", inputs=[gr.Image(source="webcam", type="filepath", label="Input"), gr.Radio(['True','False'], type="value", default='True', label='face align')], title="Remove your webcam background!"
5
  ).launch()