osanseviero HF staff commited on
Commit
f6d2562
1 Parent(s): 3d81b31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,5 +2,5 @@ import gradio as gr
2
 
3
  gr.Interface.load(
4
  "spaces/Norod78/Apocalyptify",
5
- gr.inputs.Image(label="Input Image", source="webcam")
6
  ).launch()
 
2
 
3
  gr.Interface.load(
4
  "spaces/Norod78/Apocalyptify",
5
+ inputs=[gr.inputs.Image(label="Input Image", source="webcam")]
6
  ).launch()