File size: 140 Bytes
3d81b31
 
 
 
 
 
1
2
3
4
5
6
import gradio as gr

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