osanseviero's picture
osanseviero HF staff
Update app.py
8c79b67
raw history blame
No virus
407 Bytes
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=""
).launch()