osanseviero HF staff commited on
Commit
3d81b31
1 Parent(s): 85261f6

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ gr.Interface.load(
4
+ "spaces/Norod78/Apocalyptify",
5
+ gr.inputs.Image(label="Input Image", source="webcam")
6
+ ).launch()