osanseviero's picture
osanseviero HF staff
Update app.py
8783b2b
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()