Omar Sanseviero commited on
Commit
9532275
·
1 Parent(s): c5032b0

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+ gr.Interface.load(
3
+ "spaces/ibaiGorordo/hugging-face-me",
4
+ inputs=[
5
+ gr.inputs.Image(label="Input Image"),
6
+ ],
7
+ article=""
8
+ ).launch()