osanseviero HF staff commited on
Commit
8c79b67
1 Parent(s): f5c84f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -5,5 +5,6 @@ description = "How will your face look after the Apocalypse? Take a picture and
5
 
6
  gr.Interface.load(
7
  "spaces/Norod78/Apocalyptify",
8
- inputs=[gr.inputs.Image(label="Input Image", source="webcam")]
 
9
  ).launch()
5
 
6
  gr.Interface.load(
7
  "spaces/Norod78/Apocalyptify",
8
+ inputs=[gr.inputs.Image(label="Input Image", source="webcam")],
9
+ article=""
10
  ).launch()