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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,5 +1,8 @@
1
  import gradio as gr
2
 
 
 
 
3
  gr.Interface.load(
4
  "spaces/Norod78/Apocalyptify",
5
  inputs=[gr.inputs.Image(label="Input Image", source="webcam")]
 
1
  import gradio as gr
2
 
3
+ description = "How will your face look after the Apocalypse? Take a picture and find it out!. If a face could not be detected, the output box will remain empty. Check the original Space at https://huggingface.co/spaces/Norod78/Apocalyptify."
4
+
5
+
6
  gr.Interface.load(
7
  "spaces/Norod78/Apocalyptify",
8
  inputs=[gr.inputs.Image(label="Input Image", source="webcam")]