Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
gr.Interface.load(
|
4 |
-
"spaces/jjeamin/ArcaneStyleTransfer", inputs=["webcam", 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.inputs.Image(source="webcam",type="pil", label="Input", shape=(image_size, image_size)), gr.inputs.Radio(['True','False'], type="value", default='True', label='face align')], title="Remove your webcam background!"
|
5 |
).launch()
|