File size: 435 Bytes
3d81b31
 
f5c84f2
 
 
3d81b31
 
8c79b67
8783b2b
 
3d81b31
1
2
3
4
5
6
7
8
9
10
11
import gradio as gr

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."


gr.Interface.load(
  "spaces/Norod78/Apocalyptify", 
  inputs=[gr.inputs.Image(label="Input Image", source="webcam")],
  article="",
  description=description,
).launch()